Blender Git Loki
Git Commits -> Revision 4fc4fb9
Revision 4fc4fb9 by Campbell Barton (master) April 25, 2010, 23:33 (GMT) |
rna/python mathutils module - return euler rotation values from rna now have correct rotation order. - mathutils.Euler stored rotation order off by 1. (didnt work at all) - Euler/Quat/Color sliceing working again. |
Commit Details:
Full Hash: 4fc4fb9bfb11a2a1cb416ef6044ecc61735f0bf6
SVN Revision: 28420
Parent Commit: 64359c9
Lines Changed: +424, -247
5 Modified Paths:
/source/blender/python/generic/mathutils_Color.c (+113, -57) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+131, -74) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+5, -5) (Diff)
/source/blender/python/generic/mathutils_quat.c (+163, -109) (Diff)
/source/blender/python/intern/bpy_rna.c (+12, -2) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+131, -74) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+5, -5) (Diff)
/source/blender/python/generic/mathutils_quat.c (+163, -109) (Diff)
/source/blender/python/intern/bpy_rna.c (+12, -2) (Diff)