Blender Git Loki
Git Commits -> Revision 7dd6926
Revision 7dd6926 by Joshua Leung (master) July 12, 2011, 12:04 (GMT) |
Bugfix [#27548] Timeline view - 2D drawing issues * Keyframe lines were being drawn too short when frame number box was enabled. The code for drawing this was modifying the View2D view-space to get it's stuff in the right place, but the timeline code was not accounting for this. * In order to make the time ticks more visible outside the frame range, I've moved the start/end frame drawing stuff in timeline to occur after the grid drawing, and to draw semi-transparent, just like the preview range curtains in the other animation editors |
Commit Details:
Full Hash: 7dd6926b22c77b4d77f64eccb7b8d4dab4dd5a7d
SVN Revision: 38327
Parent Commit: 8d78e10
Lines Changed: +24, -18