Blender Git Loki
Git Commits -> Revision 077f852
Revision 077f852 by Joshua Leung (master) March 31, 2011, 01:37 (GMT) |
Pose Propagate - Further Tweaks: - Pose Propagate and Pose Sliding tools now work in the same way as Pose Library previewing, with regards to selections. If some bones are selected, then only those will be affected. But if no bones are selected, then the whole rig gets affected. - Added a "On Selected Markers" option, which only propagates poses to frames where there's a selected marker. Animators can combine this with a "select markers whose name contains..." operator to get an effective way to manage hand-keyed walk cycles, etc. |
Commit Details:
Full Hash: 077f8520dae0425a481cbe82a3bcba902b93a0b0
SVN Revision: 35911
Parent Commit: 531d3e4
Lines Changed: +68, -9
5 Modified Paths:
/release/scripts/startup/bl_ui/space_view3d.py (+7, -0) (Diff)
/source/blender/editors/armature/poseSlide.c (+48, -6) (Diff)
/source/blender/editors/armature/poseUtils.c (+11, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_select.c (+1, -1) (Diff)
/source/blender/editors/armature/poseSlide.c (+48, -6) (Diff)
/source/blender/editors/armature/poseUtils.c (+11, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_select.c (+1, -1) (Diff)