Blender Git Loki
Git Commits -> Revision 7eb436a
Revision 7eb436a by Joshua Leung (master) September 19, 2009, 12:36 (GMT) |
2.5 - More Animation Bugfixes * Updating Preview Range settings results in correct updates for Animation Editors * Compositing nodes now correctly animate when the values were set by IKEY/RMB on suitable node parameters. Beware that these nodes are not relinkable node-trees, hence the standard code not working. * Ctrl-P to parent objects to bones now works in Pose Mode too. I needed to add a special keymap entry for this, though I thought this would have been better to be automatically inherited/present from Object keymap already? * Ctrl-P -> Parent to Bone option now works correctly again. 1.5 lines of code missing here... * Breakdowns tool now shows custom cursor during 'modal' phase so that it's not that confusing what's going on. |
Commit Details:
Full Hash: 7eb436a6b85156c56dc842ff4289e5a3e2b7b5e9
SVN Revision: 23347
Parent Commit: 9710673
Lines Changed: +32, -2
7 Modified Paths:
/source/blender/blenkernel/intern/anim_sys.c (+17, -1) (Diff)
/source/blender/editors/armature/armature_ops.c (+3, -1) (Diff)
/source/blender/editors/armature/poseSlide.c (+7, -0) (Diff)
/source/blender/editors/object/object_relations.c (+2, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -0) (Diff)
/source/blender/editors/space_nla/space_nla.c (+1, -0) (Diff)
/source/blender/editors/armature/armature_ops.c (+3, -1) (Diff)
/source/blender/editors/armature/poseSlide.c (+7, -0) (Diff)
/source/blender/editors/object/object_relations.c (+2, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+1, -0) (Diff)
/source/blender/editors/space_graph/space_graph.c (+1, -0) (Diff)
/source/blender/editors/space_nla/space_nla.c (+1, -0) (Diff)