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
2010-04-11py api file renameCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-02-28comparing Vector(-2, 0, 0) and Vector(2, 0, 0) was returning true, this bug i...Campbell Barton
2010-02-28examples for autogenerated docs are now implicit and used when available.Campbell Barton
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-01setting invalid vector swizzle attributes (from blender2.4x docs for instance...Campbell Barton
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-30utility functions is_negative_m3 & is_negative_m4, added python Mathutils acc...Campbell Barton
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27py api - utility function for vectors.Campbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-22Math Lib:Brecht Van Lommel
2010-01-22error message errorCampbell Barton
2010-01-14spelling errors, no real changes to code.Campbell Barton
2010-01-03editbone.transform(matrix) function, requested by Cessen.Campbell Barton
2009-12-01User Script support added back.Campbell Barton
2009-11-30- added a new math function double_round, useful for rounding a number to a n...Campbell Barton
2009-11-26Mathutils vec += vec wasnt running mathutls callbacksCampbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-10-21Make compiler happy, remove doubtful non init usage.Guillermo S. Romero
2009-09-08manual merge trunk -r 23037Dalai Felinto
2009-09-08Fix bug in Mathutil with matrix/matrix and matrix/vector multiplication order.Benoit Bolsee
2009-08-26- Mathutils.Vector assignment wasnt working in the BGE's py api, was using ge...Campbell Barton
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-10remove python2.x supportCampbell Barton
2009-07-092.5Ton Roosendaal
2009-07-02needed for building with py2Campbell Barton
2009-07-01slice support working in py3 for Vector and Matrix types.Campbell Barton
2009-06-30Python APICampbell Barton
2009-06-28PyNumberMethods needed ifdefs for python3.x and some other corrections.Campbell Barton
2009-06-26Made Mathutils use radians rather then degrees. defining USE_MATHUTILS_DEG fo...Campbell Barton
2009-06-25PyAPI RNA/BGECampbell Barton
2009-06-23PyRNA API support for matrix types as Mathutils matrix (with callbacks) rathe...Campbell Barton
2009-06-23SVN maintenance.Guillermo S. Romero
2009-06-22PyAPI Mathutils Vector callbacks, referencing other PyObjects rather then thi...Campbell Barton
2009-06-20ObColor wasnt converted into an RNA string.Campbell Barton
2009-06-19Update Mathutils for py3kCampbell Barton
2009-06-18Some generic modules from blender 2.4x building with py3k and mostly working.Campbell Barton