Blender Git Commit Log
Git Commits -> Revision 97a8210
Revision 97a8210 by Joshua Leung (master) December 29, 2008, 01:19 (GMT) |
2.5 - Action Editor / Animation Stuff: * Brought back clean (OKEY), sample (Shift-OKEY), and delete (XKEY/DELKEY) tools for the Action Editor. Currently clean uses a predefined threshold (as a rna-prop, though it's still lacking the popup to set this when it is called) * Added new file for 'destructive' keyframe operations/tools. * Got keyframing.c compiling. Now, some of these tools need to be operatorised. Also, the API there might change when enough of the system is stable for RNA-IPO work to take place (so that it can be tested). |
Commit Details:
Full Hash: 97a82102d4d24a94d8360a6f5f054e44f6fb1993
SVN Revision: 18135
Parent Commit: 87cae4c
Lines Changed: +1254, -161
1 Added Path:
/source/blender/editors/animation/keyframes_general.c (+364, -0) (View)
15 Modified Paths:
/source/blender/blenkernel/BKE_action.h (+1, -0) (Diff)
/source/blender/blenkernel/intern/action.c (+11, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+3, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+414, -119) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -2) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+12, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+9, -2) (Diff)
/source/blender/editors/space_action/action_edit_keyframes.c (+252, -5) (Diff)
/source/blender/editors/space_action/action_header.c (+154, -3) (Diff)
/source/blender/editors/space_action/action_intern.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+10, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+16, -24) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/action.c (+11, -0) (Diff)
/source/blender/editors/animation/anim_deps.c (+1, -1) (Diff)
/source/blender/editors/animation/keyframes_edit.c (+3, -2) (Diff)
/source/blender/editors/animation/keyframing.c (+414, -119) (Diff)
/source/blender/editors/include/ED_anim_api.h (+2, -2) (Diff)
/source/blender/editors/include/ED_keyframes_edit.h (+12, -1) (Diff)
/source/blender/editors/include/ED_keyframing.h (+9, -2) (Diff)
/source/blender/editors/space_action/action_edit_keyframes.c (+252, -5) (Diff)
/source/blender/editors/space_action/action_header.c (+154, -3) (Diff)
/source/blender/editors/space_action/action_intern.h (+4, -0) (Diff)
/source/blender/editors/space_action/action_ops.c (+10, -0) (Diff)
/source/blender/editors/space_action/action_select.c (+16, -24) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+0, -1) (Diff)
/source/blender/makesdna/DNA_userdef_types.h (+1, -1) (Diff)