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-02-28examples for autogenerated docs are now implicit and used when available.Campbell Barton
2010-02-23matrix functions, to_3x3, to_4x4Campbell Barton
2010-02-21typo in to_euler()Campbell Barton
2010-02-20Mathutils API: Euler support for rotation order.Campbell Barton
2010-02-12correct fsf addressCampbell Barton
2010-02-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-30bugfix [#20417] <memory> shouldn't be stored in recent item listCampbell 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-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2010-01-03editbone.transform(matrix) function, requested by Cessen.Campbell Barton
2009-12-29flag to make rna props 'thick wrapped', so returning a property wont try main...Campbell Barton
2009-12-22BGE bug #20446: revert to orignal code, the problems comes from misunderstand...Benoit Bolsee
2009-12-22[#20446] mathutils: bugfix for matrix * matrix - patch by Paul Parchenko (par...Dalai Felinto
2009-11-10Math LibBrecht Van Lommel
2009-10-23Python APIKen Hughes
2009-10-04mathutils: bugfix for matrix * vectorDalai Felinto
2009-09-08Fix row/column order in matrix printout function.Benoit Bolsee
2009-09-08Fix bug in Mathutil with matrix/matrix and matrix/vector multiplication order.Benoit Bolsee
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-10remove python2.x supportCampbell Barton
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