Blender Git Commit Log
Git Commits -> Revision c04850e
Revision c04850e by Campbell Barton (master) August 2, 2010, 00:08 (GMT) |
python mathutils change quat * quat was returning the dot product (a float), rather then the cross product. Use BLI_math's mul_qt_qtqt() function. |
Commit Details:
Full Hash: c04850ec06135f20f935d7f493214fa107435176
SVN Revision: 30957
Parent Commit: 2e7c8bb
Lines Changed: +27, -81
6 Modified Paths:
/source/blender/blenlib/BLI_math_rotation.h (+3, -3) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+3, -3) (Diff)
/source/blender/python/generic/mathutils.c (+1, -68) (Diff)
/source/blender/python/generic/mathutils.h (+0, -2) (Diff)
/source/blender/python/generic/mathutils_quat.c (+11, -3) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+9, -2) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+3, -3) (Diff)
/source/blender/python/generic/mathutils.c (+1, -68) (Diff)
/source/blender/python/generic/mathutils.h (+0, -2) (Diff)
/source/blender/python/generic/mathutils_quat.c (+11, -3) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+9, -2) (Diff)