Blender Git Commit Log
Git Commits -> Revision 87c05f7
Revision 87c05f7 by Joshua Leung (master) December 23, 2008, 11:02 (GMT) |
2.5 Action Editor - Big WIP Commit * Brought back backend for editing keyframes IPO/IPO-Curves. Did some refactoring work here that will still have to be verified when operators using them are added. * Animation channel filtering code now returns the number of channels filtered (for Action Editor to set totrect of channels - TODO still!) * View2D - made function to check if mouse is in View2D scrollers an API function * Renamed keyframe related files. The old names were too clumsy. * Started porting click-select operators for Action Editor. These don't work currently, as the events are being stolen by the markers. This needs to be fixed ASAP. |
Commit Details:
Full Hash: 87c05f7836e5b646e0053bd23f138bc36ab18773
SVN Revision: 18025
Parent Commit: 58da63c
Lines Changed: +4775, -3091
6 Added Paths:
/source/blender/editors/animation/keyframes_draw.c (+704, -0) (View)
/source/blender/editors/animation/keyframes_edit.c (+785, -0) (View)
/source/blender/editors/animation/keyframing.c (+2287, -0) (View)
/source/blender/editors/include/ED_keyframes_edit.h (+104, -0) (View)
/source/blender/editors/space_action/action_ops.c (+91, -0) (View)
/source/blender/editors/space_action/action_select.c (+551, -0) (View)
/source/blender/editors/animation/keyframes_edit.c (+785, -0) (View)
/source/blender/editors/animation/keyframing.c (+2287, -0) (View)
/source/blender/editors/include/ED_keyframes_edit.h (+104, -0) (View)
/source/blender/editors/space_action/action_ops.c (+91, -0) (View)
/source/blender/editors/space_action/action_select.c (+551, -0) (View)
2 Deleted Paths:
/source/blender/editors/animation/anim_keyframes_draw.c (+0, -704)
/source/blender/editors/animation/anim_keyframing.c (+0, -2287)
/source/blender/editors/animation/anim_keyframing.c (+0, -2287)
10 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+35, -0) (Diff)
/source/blender/editors/animation/anim_filter.c (+156, -51) (Diff)
/source/blender/editors/include/ED_anim_api.h (+9, -2) (Diff)
/source/blender/editors/include/ED_markers.h (+3, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+4, -0) (Diff)
/source/blender/editors/interface/view2d.c (+29, -0) (Diff)
/source/blender/editors/interface/view2d_ops.c (+1, -33) (Diff)
/source/blender/editors/space_action/action_intern.h (+8, -0) (Diff)
/source/blender/editors/space_action/SConscript (+1, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+7, -12) (Diff)
/source/blender/editors/animation/anim_filter.c (+156, -51) (Diff)
/source/blender/editors/include/ED_anim_api.h (+9, -2) (Diff)
/source/blender/editors/include/ED_markers.h (+3, -1) (Diff)
/source/blender/editors/include/UI_view2d.h (+4, -0) (Diff)
/source/blender/editors/interface/view2d.c (+29, -0) (Diff)
/source/blender/editors/interface/view2d_ops.c (+1, -33) (Diff)
/source/blender/editors/space_action/action_intern.h (+8, -0) (Diff)
/source/blender/editors/space_action/SConscript (+1, -1) (Diff)
/source/blender/editors/space_action/space_action.c (+7, -12) (Diff)