Blender Git Loki
Git Commits -> Revision a3c1c54
Revision a3c1c54 by Joshua Leung (master) November 15, 2006, 10:41 (GMT) |
== Action Editor == A Plumiferos wishlist item: Markers working in the Action Editor too. * The user can choose between displaying the scene markers (i.e. the markers shown in the timeline) or the markers specific to each action, by using the next list box on the action editor header. This is specific to each instance of the action editor. * The display of the markers currently still needs improvement. At the moment, the triangle icons + text are drawn below all the last row of keyframes. As such, I've made it draw yellow vertical lines which span the height of the action editor, to also indicate markers. Comments on this and also help getting the triangle thingies to 'float' above the bottom scroll bar are warmly appreciated. * There are a few minor update issues with editing a marker in the timeline and the markers in the action editor which will be fixed soon. * There are also a few hotkeys to still add. Enjoy! |
Commit Details:
Full Hash: a3c1c543f6e1bcb4a2151b6be0786247887bb14c
SVN Revision: 8887
Parent Commit: 95c7c41
Lines Changed: +670, -103
8 Modified Paths:
/source/blender/blenkernel/intern/action.c (+5, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/include/BIF_editaction.h (+15, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+10, -3) (Diff)
/source/blender/src/drawaction.c (+90, -1) (Diff)
/source/blender/src/editaction.c (+422, -99) (Diff)
/source/blender/src/edittime.c (+3, -0) (Diff)
/source/blender/src/header_action.c (+120, -0) (Diff)
/source/blender/blenloader/intern/writefile.c (+5, -0) (Diff)
/source/blender/include/BIF_editaction.h (+15, -0) (Diff)
/source/blender/makesdna/DNA_action_types.h (+10, -3) (Diff)
/source/blender/src/drawaction.c (+90, -1) (Diff)
/source/blender/src/editaction.c (+422, -99) (Diff)
/source/blender/src/edittime.c (+3, -0) (Diff)
/source/blender/src/header_action.c (+120, -0) (Diff)