Blender Git Commit Log
Git Commits -> Revision eef811a
Revision eef811a by Joshua Leung (master) March 24, 2011, 03:02 (GMT) |
Animation Tool: Propagate Pose This tool automates the process of copying a pose to successive keyframes, making it easier for animators to go back and change the pose for some controls which remain "static" for periods of time. Previously, animators would need to do a "{Ctrl-Pageup Ctrl-V} * number_of_static_keyframes" dance for each set of controls that this happened on, which is not too good ergonomically speaking. There are two modes exposed via the menu (Pose->Propagate): - "Pose Propagate" - also known as the 'WHILE_HELD' mode, which propagates to all keyframes that are holding the same value - "To Next Keyframe" - which only propagates the pose to the closest keyframe in the occurring after (but not including) the current frame Additionally, there are a few other modes that can be used, though they are less useful for direct use from the UI, though they can be used via the PyAPI as need be. --- Also, I did some cleanups in the "Pose" menu to bring it more into line with the Object mode one. There are some more tweaks that could still be done here, such as bringing the keyframing operator entries under a submenu too (as in the Object mode version) to get the length of this under control. |
Commit Details:
Full Hash: eef811a0954ad67a4667592c85cd95822d15e17c
SVN Revision: 35736
Parent Commit: c210b39
Lines Changed: +411, -25
7 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+40, -20) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+18, -1) (Diff)
/source/blender/editors/armature/armature_intern.h (+2, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+2, -0) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -1) (Diff)
/source/blender/editors/armature/poseSlide.c (+344, -3) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+3, -0) (Diff)
/source/blender/editors/animation/keyframes_draw.c (+18, -1) (Diff)
/source/blender/editors/armature/armature_intern.h (+2, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+2, -0) (Diff)
/source/blender/editors/armature/poseobject.c (+2, -1) (Diff)
/source/blender/editors/armature/poseSlide.c (+344, -3) (Diff)
/source/blender/editors/include/ED_keyframes_draw.h (+3, -0) (Diff)