Blender Git Commit Log
Git Commits -> Revision 2f16098
Revision 2f16098 by Antonis Ryakiotakis (master) January 9, 2015, 11:16 (GMT) |
Gooseberry animation request: Paste flipped pose in action and graph editor. This was a tricky commit that was not so straightforward to make work. The information for bones is not easy to come by in the animation curves, however we do have some string manipulation tricks to make it happen. Testing in gooseberry worked for the rigs there, commiting to master now |
Commit Details:
Full Hash: 2f16098d208058dce7701d6e49ed9052445553f5
Parent Commit: 95847f6
Lines Changed: +170, -17
10 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+2, -0) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_string.h (+3, -0) (Diff)
/source/blender/blenlib/intern/string.c (+29, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+111, -10) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+7, -3) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+8, -3) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/source/blender/blenlib/BLI_string.h (+3, -0) (Diff)
/source/blender/blenlib/intern/string.c (+29, -0) (Diff)
/source/blender/editors/animation/keyframes_general.c (+111, -10) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_edit.c (+7, -3) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -0) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+8, -3) (Diff)
/source/blender/editors/space_graph/graph_ops.c (+4, -0) (Diff)