Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-03style cleanup - use aligned * prefixed blocks for descriptive comments (was a...Campbell Barton
2012-03-02style cleanupCampbell Barton
2012-03-02code cleanup:Campbell Barton
2012-03-01Spelling CleanupCampbell Barton
2012-02-28move bmesh wiki docs into bmesh header and update doxygen.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25style cleanup, use { on newline after function definition.Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-22Stitch tool fully functional again. Many thanks to Howard Trickey for proposi...Antony Riakiotakis
2012-02-21change UvElement to directly use BMLoop * instead of tfindex. This saves quit...Antony Riakiotakis
2012-02-21uv stitch static island highlight ported to bmesh system.Antony Riakiotakis
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-16style cleanup for code relating to BMLoop next/prev checks. Campbell Barton
2012-02-15quiet some warnings from commented code.Campbell Barton
2012-02-14Subsurfed uv unwrap tool ported to bmesh.Antony Riakiotakis
2012-02-14bring back stitchability indicator, this can work even nowAntony Riakiotakis
2012-02-14Initial port of stitch operator for bmesh.Antony Riakiotakis
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12code refactor, function renaming for bmesh.Campbell Barton
2012-02-12rename BM_ flags for `BMHeader->hflag` to BM_ELEM_ to be more clear that the...Campbell Barton
2012-02-10Style Edits only: use TRUE/FALSE rather then 1/0Campbell Barton
2012-02-10reviewed selection flushing code, some of this was incorrect, checked all use...Campbell Barton
2012-02-10Code Cleanup: use less confusing names for selection flushing.Campbell Barton
2012-02-09BMESH_TODO - Rewrite UV straighten tool for bmesh. (was commented out)Campbell Barton
2012-02-07uv sculpting now functional on bmeshAntony Riakiotakis
2012-02-05Code Cleanup: use vector functions for copying / adding UV'sCampbell Barton
2012-01-24svn merge ^/trunk/blender -r43639:43664Campbell Barton
2012-01-24comment unused assignment.Campbell Barton
2012-01-24quiet some warnings & (possible/unlikely error)Campbell Barton
2012-01-24Misc picky edits to UI messages.Bastien Montagne
2012-01-23replace BLI_array_growone() with BLI_array_growitems() when the size of the i...Campbell Barton
2012-01-23svn merge ^/trunk/blender -r43611:43616Campbell Barton
2012-01-23restrict stitching of same island uvs to only midpoint, without snapping caseAntony Riakiotakis
2012-01-22svn merge ^/trunk/blender -r43564:43609Campbell Barton
2012-01-21quiet warnings and possible NULL checking crash fix for indentation functions.Campbell Barton
2012-01-20svn merge ^/trunk/blender -r43554:43564Campbell Barton
2012-01-20comment some dead assibnment and set dummy values for image profile conversio...Campbell Barton
2012-01-20quiet some warningsCampbell Barton
2012-01-20svn merge ^/trunk/blender -r43530:43554Campbell Barton
2012-01-20smart stitchAntony Riakiotakis
2012-01-19svn merge ^/trunk/blender -r43482:43524Campbell Barton
2012-01-19add utility functions linearrgb_to_srgb_uchar4,Campbell Barton
2012-01-18svn merge ^/trunk/blender -r43461:43472Campbell Barton
2012-01-17fix for error in merge 43462Campbell Barton
2012-01-17Uv Tools branch GSOC 2011Antony Riakiotakis