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
2015-08-25Cleanup: styleCampbell Barton
2015-08-02Cleanup: quiet int overflow warningsCampbell Barton
2015-02-15mathutils: Implement __hash__() functionsCampbell Barton
2015-02-15mathutils: add freeze() method, is_frozen attrCampbell Barton
2015-01-04mathutils: refactor instantiationCampbell Barton
2014-12-30PyAPI: geometry.normal, support polygonsCampbell Barton
2014-12-30PyAPI: allow non-vector args for geometry moduleCampbell Barton
2014-01-08Code Cleanup: de-duplicate text pasting which only used the first lineCampbell Barton
2014-01-06Fix for recent kdtree py module with MSVCCampbell Barton
2014-01-06Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree)Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-03-26style cleanup:Campbell Barton
2012-12-08ifdef out dynstr so mathutils can be compiled as an external module again.Campbell Barton
2012-12-02change uiButGetStrInfo() to use a trailing NULL arg rather then passing the n...Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-04-22bmesh py api: expose BM_face_split_n() to the python api;Campbell Barton
2012-03-30patch to add __deepcopy__ to mathutils types, this is no different to __copy_...Campbell Barton
2012-03-17minor mathutils code cleanup - use mathutils callbacks as unsigned chars ever...Campbell Barton
2012-03-17style cleanup: py/capiCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-12-24mathutils get/set function rename + minor changes to matrix functions (no fun...Campbell Barton
2011-12-20__str__ functions for other mathutils typesCampbell Barton
2011-12-18Support for arbitrary sized vectors - (was limited by 2-4 previously)Campbell Barton
2011-11-30formatting edits (120 width max) and remove some redundant castsCampbell Barton
2011-11-29patch [#29421] Python Noise Module UpdatesCampbell Barton
2011-11-05misc doc editsCampbell Barton
2011-10-23Remove some more $Id$ that still were left after r41227 and r41228.Guillermo S. Romero
2011-10-23Remove the svn:keywords property.Guillermo S. Romero
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-07-25deprecate multiplication orders:Campbell Barton
2011-07-15move mathutils into its own lib.Campbell Barton