Blender Git Loki
Git Commits -> Revision 0eb70a4
Revision 0eb70a4 by Joshua Leung (master) November 26, 2009, 12:22 (GMT) |
Sequencer Drawing Code - Refactoring Part 1: - Started cleaning up the sequencer drawing code by firstly decoupling the different draw modes from each other (i.e. timeline view doesn't call image view). - Also separated out a few distinct few phases in sequencer-timeline drawing into different functions instead of being lumped in the single one. Recoded part of this to make it less ugly too... - Made markers get drawn again in the sequencer timeline view |
Commit Details:
Full Hash: 0eb70a4ca968f2a74389922ae78e09f0afa1118e
SVN Revision: 24918
Parent Commit: 7828f82
Lines Changed: +133, -89