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-02-12indentation cleanupCampbell Barton
2012-02-12prefix bmesh operator files with bmo_ (otherwise adding breakpoints in files ...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-12remove some unused definesCampbell Barton
2012-02-11correct bad level include.Campbell Barton
2012-02-11another include cleanupCampbell Barton
2012-02-11mode bmesh include cleanup, remove unused file too.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-11Style Cleanup:Campbell Barton
2012-02-11Style CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-10fix for smooth not working with mirror clip.Campbell Barton
2012-02-10fix for crash with recent edge dissolve/vertex option - when the entire grid ...Campbell Barton
2012-02-10add option to dissolve resulting verts with 2 edges after dissolving faces/ed...Campbell Barton
2012-02-09svn merge ^/trunk/blender -r43976:43995Campbell Barton
2012-02-08small speedup for BM_SelectMode_Flush()Campbell Barton
2012-02-08fix [#30103] Select vertex groups works only in vertex select modeCampbell Barton
2012-02-08Code Cleanup:Campbell Barton
2012-02-07Style Cleanup:Campbell Barton
2012-02-07remove BMFlagLayer.index, (saves 4 bytes of memory per vert/edge/face)Campbell Barton
2012-02-07internal change to bmesh_jfke():Campbell Barton
2012-02-07Style CleanupCampbell Barton
2012-02-07speedup for edge split modifier/operatorCampbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-07make clear_flag_layer() validate index arrays.Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-07Code Cleanup: remove unused operator flagsCampbell Barton
2012-02-07Style Cleanup: whitespace and some formatting.Campbell Barton
2012-02-07Style Cleanup: capitalize struct namesCampbell Barton
2012-02-07BMesh: Bugfix for infinite loop in r43937.Nicholas Bishop
2012-02-07Style Cleanup, use TRUE/FALSE defines.Campbell Barton
2012-02-07Style CleanupCampbell Barton
2012-02-07use more optimal method of looping over face loops.Campbell Barton
2012-02-07rename defines to upper case.Campbell Barton
2012-02-06Style Cleanup: edits for line lengthCampbell Barton
2012-02-06add in gpl headersCampbell Barton
2012-02-06Code Style: more code style edits.Campbell Barton
2012-02-06replace some hard coded limits with defines Campbell Barton
2012-02-06Style Cleanup: bmesh code style was a bit mixed - follow http://wiki.blender....Campbell Barton
2012-02-06Minor Improvements...Campbell Barton
2012-02-05Code Cleanup: style change onlyCampbell Barton
2012-02-05optimization for interpolating between vertices when the factor is 0 or 1 (1 ...Campbell Barton
2012-02-05fix for memory leak in bmesh_jekv(); --- dissolve would not free deform weigh...Campbell Barton
2012-02-05Code Cleanup: use vector functions for copying / adding UV'sCampbell Barton
2012-02-05ensure tessface's are available while sculpting.Campbell Barton
2012-02-04Bring BME_bevel code back (stage 1), porting it from the old BKE_bmesh to the...Andrew Wiggin
2012-02-02fix [#30054] Bridge edge loops crashes attached .blendCampbell Barton