Blender Git Commit Log

Git Commits -> Revision f8ec6b8

Revision f8ec6b8 by Campbell Barton (master)
October 26, 2010, 12:48 (GMT)
move matrix decomposition out of object.c into BLI_math_matrix function: mat4_to_loc_rot_size(), use this now for pchan_apply_mat4() to support negative scale, visual keying now uses compatible eulers.
also added access to this in python's mathutils.Matrix()
loc, quat, scale = matrix.decompose()

Commit Details:

Full Hash: f8ec6b8654962cd2fc77b9941f35c8127d37fc90
SVN Revision: 32713
Parent Commit: 30b4fa2
Lines Changed: +115, -64

8 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/armature.c (+19, -21) (Diff)
/source/blender/blenkernel/intern/object.c (+11, -40) (Diff)
/source/blender/blenlib/BLI_math_matrix.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+42, -0) (Diff)
/source/blender/editors/armature/editarmature.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+1, -1) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+37, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021