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-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28code cleanup: de-duplicate bmesh face creation code,Campbell Barton
2012-02-28bmesh: re-arrange headersCampbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton
2012-02-28code cleanup:Campbell Barton
2012-02-28Code Cleanup: bmeshCampbell Barton
2012-02-28bmesh code cleanup - remove most of BKE_bmesh and remove BKE_bmeshCustomData.h.Campbell Barton
2012-02-27Various fixes to UI messages (among other things, all messages needed it shou...Bastien Montagne
2012-02-27bmesh minor api edits to be a little more typesafe.Campbell Barton
2012-02-27minor bmesh api naming edits.Campbell Barton
2012-02-27Code Cleanup:Campbell Barton
2012-02-27Select edge loop and edge rings operators can't be redone form history menuSergey Sharybin
2012-02-27Few files had got +x mode which seems to be totally unnecessary.Sergey Sharybin
2012-02-27style cleanup (mostly whitespace)Campbell Barton
2012-02-27style cleanupCampbell Barton
2012-02-26bmesh api name change, add _count suffix for BM_*_share functions.Campbell Barton
2012-02-26bmesh api cleanupCampbell Barton
2012-02-26bmesh code cleanupCampbell Barton
2012-02-25bmesh api:Campbell Barton
2012-02-25fix for own error edge tagging sharp.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-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-23fix [#30318] increase/decrease selection won't work (select-more/less)Campbell Barton
2012-02-23Segments and rings for UV Sphere were swapped.Sergey Sharybin
2012-02-23code style cleanup, no functional changes.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-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-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-20minor edits to have the game engine and player building.Campbell Barton
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-20B-Mesh:Thomas Dinges
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-19remove more unused files.Campbell Barton
2012-02-19sync some changes with trunk and rename bmeshutils.cCampbell Barton
2012-02-19rebane files to match trunk.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-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17fix [#30220] Knife Tool Leaks memoryCampbell Barton