Blender Git Commit Log
Git Commits -> Revision ced8f1d
Revision ced8f1d by Campbell Barton (master) July 25, 2011, 01:44 (GMT) |
deprecate multiplication orders: vector * matrix vector *= matrix vector * quaternion vector *= quaternion Use the reverse order instead, enable WITH_ASSERT_ABORT in cmake to promote the warnings into errors. |
Commit Details:
Full Hash: ced8f1dffcb9b054d7197a21e2a0426056b2babf
SVN Revision: 38674
Parent Commit: a22de3f
Lines Changed: +120, -6
5 Modified Paths:
/release/scripts/startup/bl_operators/uvcalc_smart_project.py (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+13, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+24, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+79, -1) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -0) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+13, -1) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+24, -2) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+79, -1) (Diff)