Blender Git Loki
Git Commits -> Revision b63e26e
Revision b63e26e by Joseph Gilbert (master) November 22, 2005, 17:59 (GMT) |
Added some equvalency tests for the other math objects * ==, != are defined for matrix, quat, euler. |
Commit Details:
Full Hash: b63e26e109ba8c651ea20f553e3ca8e0604fc73f
SVN Revision: 5888
Parent Commit: 6c619b2
Lines Changed: +319, -54
7 Modified Paths:
/source/blender/python/api2_2x/doc/Mathutils.py (+6, -0) (Diff)
/source/blender/python/api2_2x/euler.c (+88, -13) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+30, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+3, -0) (Diff)
/source/blender/python/api2_2x/matrix.c (+98, -13) (Diff)
/source/blender/python/api2_2x/quat.c (+91, -14) (Diff)
/source/blender/python/api2_2x/vector.c (+3, -14) (Diff)
/source/blender/python/api2_2x/euler.c (+88, -13) (Diff)
/source/blender/python/api2_2x/gen_utils.c (+30, -0) (Diff)
/source/blender/python/api2_2x/gen_utils.h (+3, -0) (Diff)
/source/blender/python/api2_2x/matrix.c (+98, -13) (Diff)
/source/blender/python/api2_2x/quat.c (+91, -14) (Diff)
/source/blender/python/api2_2x/vector.c (+3, -14) (Diff)