Blender Git Loki
Git Commits -> Revision f781780
Revision f781780 by Campbell Barton (master) November 22, 2010, 10:39 (GMT) |
- blend_m3_m3m3 and blend_m4_m4m4 now support matrices with negative scales. - python/mathutils api matrix.lerp(other, factor) - new function mat3_to_rot_size(), like mat4_to_loc_rot_size but with no location. |
Commit Details:
Full Hash: f781780cc043bc26f70c89d1292215f0491d30dc
SVN Revision: 33229
Parent Commit: 77dff3f
Lines Changed: +84, -29
5 Modified Paths:
/source/blender/blenlib/BLI_math_matrix.h (+4, -2) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+32, -23) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+45, -0) (Diff)
/source/blender/python/generic/mathutils_Matrix.h (+2, -3) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+32, -23) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+45, -0) (Diff)
/source/blender/python/generic/mathutils_Matrix.h (+2, -3) (Diff)
/source/blender/python/generic/mathutils_Vector.c (+1, -1) (Diff)