Blender Git Commit Log
Git Commits -> Revision 36786c1
Revision 36786c1 by Campbell Barton (master) February 4, 2011, 03:06 (GMT) |
PyAPI: coerce mathutils values. (vectors, quats, eulers) as proposed here: http://wiki.blender.org/index.php/Dev:2.5/Source/Python/Mathutils#Coerce_Method_Arguments |
Commit Details:
Full Hash: 36786c18d73af794320ff1f0b4d76b4b77ab90f4
SVN Revision: 34631
Parent Commit: 9d24a17
Lines Changed: +468, -526
6 Modified Paths:
/source/blender/python/generic/mathutils.c (+2, -2) (Diff)
/source/blender/python/generic/mathutils_Color.c (+4, -4) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+39, -44) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+140, -158) (Diff)
/source/blender/python/generic/mathutils_quat.c (+118, -128) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+165, -190) (Diff)
/source/blender/python/generic/mathutils_Color.c (+4, -4) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+39, -44) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+140, -158) (Diff)
/source/blender/python/generic/mathutils_quat.c (+118, -128) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+165, -190) (Diff)