Blender Git Commit Log

Git Commits -> Revision c2de137

Revision c2de137 by Joshua Leung (master)
January 1, 2009, 00:18 (GMT)
2.5:

First commit for 2009!

Started of porting of Animation Editor Channels stuff.
This code will be used for both the Action and IPO editors, so any existing code involving this has now been moved to the Animation module.

* Added mouse-click operator for this channels view. Note: the selection stuff currently uses temporary toggling code only (i.e. it only toggles the selection of the channels in the editor, but does not update status of rest of database).
* Fixed bugs in View2D listview functions. Reduced the amount of code needed, and makes the code here simpler.
* Renamed action_edit_keyframes.c to action_edit.c, since channels are not handled there anymore.
* Dopesheet now refreshes correctly when object selection elsewhere changes.

Commit Details:

Full Hash: c2de1373d1c61815e3030f88c196e6c42cb1c5fc
SVN Revision: 18205
Parent Commit: ea42e70
Lines Changed: +1811, -1411

2 Added Paths:

/source/blender/editors/animation/anim_channels.c (+502, -0) (View)
/source/blender/editors/space_action/action_edit.c (+1241, -0) (View)

1 Deleted Path:

/source/blender/editors/space_action/action_edit_keyframes.c (+0, -1245)

10 Modified Paths:

/source/blender/editors/animation/anim_ops.c (+1, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+11, -1) (Diff)
/source/blender/editors/interface/view2d.c (+9, -45) (Diff)
/source/blender/editors/space_action/action_draw.c (+2, -1) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -1) (Diff)
/source/blender/editors/space_action/action_ops.c (+4, -3) (Diff)
/source/blender/editors/space_action/action_select.c (+2, -65) (Diff)
/source/blender/editors/space_action/space_action.c (+24, -1) (Diff)
/source/blender/editors/space_api/spacetypes.c (+2, -0) (Diff)
/source/blender/editors/transform/transform.c (+12, -48) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021