Blender Git Commit Log
Git Commits -> Revision 61b3c4f
Revision 61b3c4f by Joshua Leung (master) December 28, 2008, 08:15 (GMT) |
2.5 - Action Editor: Bringing back more operators * Added 'set handle-type' operator. Currently, all possible handle types are all set using a menu and HKEY. This will need to be reviewed at some point, but I think it should be easier for users to remember 1 hotkey for this, rather than 4 scattered around the place. * Added 'set interpolation' operator. This uses the Shift-T hotkey as before (for now). As in AnimSys2, this sets per-keyframe interpolation. * Remapped toggle frames/time-codes operator to Ctrl-T key. This may still change, but the TKEY needs to be free for transform tool here. |
Commit Details:
Full Hash: 61b3c4fefc461c2f492e0bf544a0cd7bf2b6e5b3
SVN Revision: 18111
Parent Commit: fb32420
Lines Changed: +221, -55
6 Modified Paths:
/source/blender/editors/animation/anim_ops.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+20, -49) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_edit_keyframes.c (+185, -3) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+8, -2) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+20, -49) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_edit_keyframes.c (+185, -3) (Diff)
/source/blender/editors/space_action/action_intern.h (+3, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+8, -2) (Diff)