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-03-14remove unused includesCampbell 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-01Mathutils doc improvements + other small thingsCampbell Barton
2010-01-28* Mathutils attributes documented - http://www.blender.org/documentation/250P...Campbell Barton
2010-01-27crash fix from own recent updates to Mathutils.RotationMatrix()Campbell Barton
2010-01-25Mathutils refactor & include in sphinx generated docs, (TODO, include getset'...Campbell Barton
2009-11-10Math LibBrecht Van Lommel
2009-09-17bugfix for LineIntersectLine()Remigiusz Fiedler
2009-09-14fix warningCampbell Barton
2009-09-12simple error in recent arithb.c commit, have Mathutils.RotationMatrix use Axi...Campbell Barton
2009-08-10remove python2.x supportCampbell Barton
2009-07-13mathutils types didnt work properly in python2x. vec*matrix failed for eg.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