Blender Git Commit Log
Git Commits -> Revision 6bb55fd
Revision 6bb55fd by Campbell Barton (master) April 26, 2010, 21:04 (GMT) |
py/rna, euler objects order is now wrapped correctly... eg: eul = bpy.context.object.rotation_euler eul.order = 'XZY' # will update the objects setting. |
Commit Details:
Full Hash: 6bb55fd93eb728b07a04dbe5c440a6525dd6cef1
SVN Revision: 28442
Parent Commit: 523b958
Lines Changed: +97, -67
8 Modified Paths:
/source/blender/python/generic/mathutils.c (+4, -4) (Diff)
/source/blender/python/generic/mathutils.h (+10, -10) (Diff)
/source/blender/python/generic/mathutils_Color.c (+4, -4) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+6, -6) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+9, -9) (Diff)
/source/blender/python/intern/bpy_rna.c (+38, -8) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+15, -15) (Diff)
/source/gameengine/Ketsji/KX_ObjectActuator.cpp (+11, -11) (Diff)
/source/blender/python/generic/mathutils.h (+10, -10) (Diff)
/source/blender/python/generic/mathutils_Color.c (+4, -4) (Diff)
/source/blender/python/generic/mathutils_Euler.c (+6, -6) (Diff)
/source/blender/python/generic/mathutils_Matrix.c (+9, -9) (Diff)
/source/blender/python/intern/bpy_rna.c (+38, -8) (Diff)
/source/gameengine/Ketsji/KX_GameObject.cpp (+15, -15) (Diff)
/source/gameengine/Ketsji/KX_ObjectActuator.cpp (+11, -11) (Diff)