Files
test/source
Joshua Leung b9584607c5 Animation Editors: Code Cleanup Part 1 - Drawing
Finally started refactoring the drawing code for animation editors so that all the drawing (of the channels/names list) is done using standardised code for all the editors. 

A little specialised system for this has been made, and is now used for DopeSheet and Graph Editor drawing. This should make it easier to add new channel types with less effort.

Protect/mute toggles are now always clamped to the right-hand edge of the channels list. So you can now make the list wider to view longer names fully. However, since the mouse-handling hasn't been fixed yet, this won't always work.

TODOs:
* make mouse-click handling code use this system too, simplifying things to 1-2 lines of code there. Maybe this could be made to use UI widgets instead at a later date?
* NLA still needs to be ported to this system
2009-08-11 11:52:23 +00:00
..
2009-08-10 15:39:11 +00:00
2009-08-10 19:22:50 +00:00
2009-08-10 15:39:11 +00:00
2009-06-08 20:08:19 +00:00
2009-08-10 15:39:11 +00:00
2009-08-10 15:39:11 +00:00
2009-03-30 18:21:17 +00:00