Blender Git Loki
Git Commits -> Revision dd08305
Revision dd08305 by Campbell Barton (master) February 5, 2011, 06:14 (GMT) |
Rename python mathutils functions and split in-place methods from those that return new values. http://wiki.blender.org/index.php/Dev:2.5/Source/Python/Mathutils This completes the changes proposed. This will break scripts (fixing coming up next), for full list of changes see mathutils.c comments. |
Commit Details:
Full Hash: dd08305e7506233611315dc6c60013fbac30b53d
SVN Revision: 34647
Parent Commit: f2a6395
Lines Changed: +347, -216
7 Modified Paths:
/source/blender/blenlib/BLI_math_vector.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_vector.c (+15, -0) (Diff)
/source/blender/python/generic/mathutils.c (+14, -1) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+4, -10) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+91, -82) (Diff)
/source/blender/python/generic/mathutils_quat.c (+74, -24) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+147, -99) (Diff)
/source/blender/blenlib/intern/math_vector.c (+15, -0) (Diff)
/source/blender/python/generic/mathutils.c (+14, -1) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+4, -10) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+91, -82) (Diff)
/source/blender/python/generic/mathutils_quat.c (+74, -24) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+147, -99) (Diff)