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
2017-09-04Cleanup: avoid confusing assignmentCampbell Barton
2017-09-02Correct own error simplifying matrix checksCampbell Barton
2017-08-20PyAPI: Make use of PyC_LongAs... APICampbell Barton
2016-07-31PyAPI: minor optimization for dictionary creationCampbell Barton
2016-07-01BMesh: make toolflags optionalCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-04-25Cleanup: use 8 space indent for multi-line argsCampbell Barton
2015-01-06PyAPI: add utilities PyTuple_SET_ITEMS, Py_INCREF_RETCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-01Fix T41971: BMesh mapping slot arg errorCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (python)Campbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-03Code Cleanup: use bool for bmesh operator boolean mapping functionsCampbell Barton
2013-09-02bmesh: internal api change, remove BMOElemMapping, its not needed since the v...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-05-02A bit more clear error message...Bastien Montagne
2013-03-15code cleanup: rename BKE_mesh_to_curve_ex --> BKE_mesh_to_curve_nurblist,Campbell Barton
2013-02-13bmesh operators exceptions were not cleared after raising as a python exception.Campbell Barton
2013-01-14use booleans for bmesh api.Campbell Barton
2013-01-09style cleanupCampbell Barton
2012-11-28bmesh operator py api:Campbell Barton
2012-11-28use radians for 'spin' bmesh operator (since the rest of the py api uses radi...Campbell Barton
2012-11-27replace and exception macro's for static functions and fix some bad assumptions.Campbell Barton
2012-11-27split py->slot & slot->py into their own functions & fixed some mistakes with...Campbell Barton
2012-11-27move bmesh operator calling into its own file.Campbell Barton
2012-11-27add empty files (will move bmesh operator calling here)Campbell Barton