Blender Git Commit Log

Git Commits -> Revision 6e43a69

Revision 6e43a69 by Joshua Leung (master)
October 8, 2009, 05:53 (GMT)
Bugfix #19576: Auto keyframing does not record rotations on object level animation

The hardcoded paths for rotation keyframes on objects got broken by my commits to rename the rotation properties. I've taken this opportunity to recode the auto-keyframing code here to use the builtin keyingsets instead of going through and manually calling insert_keyframe(), thus preventing this problem in future.

Commit Details:

Full Hash: 6e43a69a8d3dc88594df6f0d15686cad8e7e6646
SVN Revision: 23702
Parent Commit: b4b031e
Lines Changed: +72, -115

7 Modified Paths:

/source/blender/editors/animation/keyframing.c (+11, -11) (Diff)
/source/blender/editors/animation/keyingsets.c (+5, -22) (Diff)
/source/blender/editors/armature/poselib.c (+6, -3) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -1) (Diff)
/source/blender/editors/armature/poseSlide.c (+3, -3) (Diff)
/source/blender/editors/include/ED_keyframing.h (+1, -1) (Diff)
/source/blender/editors/transform/transform_conversions.c (+44, -74) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021