Blender Git Loki
Git Commits -> Revision b05fd95
Revision b05fd95 by Joshua Leung (master) April 24, 2018, 17:18 (GMT) |
Current Frame Indicator tweaks * Draw the frame/time number box over the scrollbar instead of above it, to reduce the clutter/clashes with markers. * Draw the box centered around the line instead of off to one side, making it clearer that the frame shown is the one being affected. * Make the box larger than the scrollbar + use white text to make it stand out from the neighbouring frame numbers (otherwise, it's easy to misread that it's just another one of those) |
Commit Details:
Full Hash: b05fd95f8aaf3eecb88dbb87744fec7bda30fa1f
Parent Commit: 9511cc1
Lines Changed: +68, -40
6 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+23, -17) (Diff)
/source/blender/editors/include/ED_anim_api.h (+5, -4) (Diff)
/source/blender/editors/space_action/space_action.c (+13, -6) (Diff)
/source/blender/editors/space_graph/space_graph.c (+9, -5) (Diff)
/source/blender/editors/space_nla/space_nla.c (+9, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+9, -4) (Diff)
/source/blender/editors/include/ED_anim_api.h (+5, -4) (Diff)
/source/blender/editors/space_action/space_action.c (+13, -6) (Diff)
/source/blender/editors/space_graph/space_graph.c (+9, -5) (Diff)
/source/blender/editors/space_nla/space_nla.c (+9, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+9, -4) (Diff)