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-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-24bmesh py api (some api changes and doc additions)Campbell Barton
2012-02-23bmesh split tool (Ykey), was only splitting off faces, unlike EditMesh which ...Campbell Barton
2012-02-23previous fix wasnt working in edge mode, now selection +/- works in vert/edge...Campbell Barton
2012-02-22fix 2 small bugsCampbell Barton
2012-02-22add slice access to bmesh sequences.Campbell Barton
2012-02-22BMesh-py attributes (readonly):Campbell Barton
2012-02-20Another fix for using boolean slot as integer. This time in dissolve operator.Sergey Sharybin
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20fix [#30266] B-Mesh: Issue with Weight PaintingCampbell Barton
2012-02-20B-Mesh:Thomas Dinges
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-18remove function for testing selection (was only used in a few places)Campbell Barton
2012-02-18remove OBJ export, better rely on the python exporter.Campbell Barton
2012-02-15fix [#30186] Crash in execute the "Operator Cheat Sheet"Campbell Barton
2012-02-13new bmesh tool - limited dissolve.Campbell Barton
2012-02-13Minor API Edits.Campbell Barton
2012-02-13more bmesh minor api cleanupCampbell Barton
2012-02-12remove bm_get_cd_float, use CustomData_bmesh_get instead, this function only ...Campbell Barton
2012-02-12BMesh api function naming.Campbell Barton
2012-02-12bmesh minor refactorCampbell 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-11mode bmesh include cleanup, remove unused file too.Campbell Barton
2012-02-11include cleanupCampbell Barton
2012-02-11GPL Header CleanupCampbell Barton
2012-02-10Style CleanupCampbell Barton
2012-02-10fix for smooth not working with mirror clip.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-10add option to dissolve resulting verts with 2 edges after dissolving faces/ed...Campbell Barton
2012-02-07Code Cleanup:Campbell Barton
2012-02-06Code Cleanup: comment, remove or use unused functions.Campbell Barton
2012-02-06replace some hard coded limits with defines Campbell Barton
2012-02-06Minor Improvements...Campbell Barton
2012-02-05Code Cleanup: style change onlyCampbell Barton
2012-01-30remove CDDM_copy second argument, added CDDM_copy_from_tessface instead.Campbell Barton
2012-01-25svn merge ^/trunk/blender -r43664:43676Campbell Barton
2012-01-13svn merge ^/trunk/blender -r43294:43338Campbell Barton
2011-12-21minor formatting editsCampbell Barton
2011-12-21use TRUE/FALSE rather then 1/0, no functional changes.Campbell Barton
2011-12-21more mirror cleanupCampbell Barton
2011-12-17svn merge ^/trunk/blender -r42669:42670Campbell Barton
2011-12-132 new bevel options for the operator and the modifier.Campbell Barton