Blender Git Commit Log
Git Commits -> Revision 86886cb
Revision 86886cb by Joshua Leung (master) December 27, 2008, 11:44 (GMT) |
2.5 - Action Editor * Started porting back keyframe editing tools for the Action Editor/Dopesheet. Currently, only Snap (Shift-S) and Mirror (Shift-M) are functional. * Added keyframe-editing API method for ensuring that all IPO-curves are left in a valid state after modifiying the values of their keyframes. * Added operator-register flags for most of the operators. Only mouse-select doesn't have it for now (as there's not much useful info stored, and no exec callback). |
Commit Details:
Full Hash: 86886cbc55c036af44833fd861cfd276fbec256a
SVN Revision: 18096
Parent Commit: 032adf7
Lines Changed: +475, -200
1 Added Path:
/source/blender/editors/space_action/action_edit_keyframes.c (+352, -0) (View)
6 Modified Paths:
/source/blender/editors/animation/keyframes_edit.c (+41, -174) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+17, -15) (Diff)
/source/blender/editors/screen/screen_ops.c (+3, -3) (Diff)
/source/blender/editors/space_action/action_intern.h (+27, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+10, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+25, -7) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+17, -15) (Diff)
/source/blender/editors/screen/screen_ops.c (+3, -3) (Diff)
/source/blender/editors/space_action/action_intern.h (+27, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+10, -1) (Diff)
/source/blender/editors/space_action/action_select.c (+25, -7) (Diff)