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 (Collapse)Author
2013-03-08style cleanupCampbell Barton
2012-02-11use ValueError when vector/matrix multiplications sizes are not supported, ↵Campbell Barton
was using TypeError for mat*vec and ValueError for vec*mat.
2011-12-22patch [#29534] Change Matrix Representation and Access in Python to Conform ↵Campbell Barton
with Standard Notation from Andrew Hale Scripts which access matrix row/columns directly and scripts that create new matrices with elements defined will need updating. For more info see... * Guide for updating scripts http://wiki.blender.org/index.php/User:TrumanBlending/Matrix_Indexing * Discussion thread http://markmail.org/message/4bpqpxkcvq4wjyfu
2011-12-20unit test for mathutils python module from Andrew Hale, runs in CTest tooCampbell Barton