Blender Git Commit Log

Git Commits -> Revision 475ab5c

Revision 475ab5c by Joshua Leung (master)
October 8, 2009, 00:57 (GMT)
Rotation Modes Bugfix:

Animating rotations using different rotation modes should now work more often than before.

Previously, quaternion and axis-angle values were stored in the same variable in DNA, but that was causing problems with other animation curves overwriting the values and causing the rotations to not work as expected.

There are still some issues, but I'll track those down later tonight

Commit Details:

Full Hash: 475ab5ceb4875eb37dd761f7a71ff569dd493395
SVN Revision: 23700
Parent Commit: fd511eb
Lines Changed: +172, -77

14 Modified Paths:

/source/blender/blenkernel/BKE_armature.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+7, -3) (Diff)
/source/blender/blenkernel/intern/armature.c (+9, -19) (Diff)
/source/blender/blenkernel/intern/object.c (+5, -3) (Diff)
/source/blender/editors/animation/keyframes_general.c (+1, -0) (Diff)
/source/blender/editors/armature/editarmature.c (+37, -12) (Diff)
/source/blender/editors/armature/poseobject.c (+7, -7) (Diff)
/source/blender/editors/object/object_transform.c (+37, -13) (Diff)
/source/blender/editors/space_view3d/view3d_buttons.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_action_types.h (+7, -4) (Diff)
/source/blender/makesdna/DNA_object_types.h (+4, -2) (Diff)
/source/blender/makesrna/intern/rna_object.c (+26, -4) (Diff)
/source/blender/makesrna/intern/rna_pose.c (+27, -5) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021