Blender Git Commit Log
Git Commits -> Revision c9fc11a
Revision c9fc11a by Joshua Leung (master) April 20, 2018, 16:54 (GMT) |
AnimEditors: Draw start/end frame ranges on all timelines by default This uses the global scene range, with styling matching the sequencer's start/end frame drawing. (The graph editor's "drivers" mode is exempt, as that doesn't really display time in a linear way, so the start/end frames don't apply) |
Commit Details:
Full Hash: c9fc11a314662dd0ed1b9fb9de4d057b2cf2f1b3
Parent Commit: 0f77060
Lines Changed: +69, -5
6 Modified Paths:
/source/blender/editors/animation/anim_draw.c (+42, -0) (Diff)
/source/blender/editors/include/ED_anim_api.h (+6, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+8, -3) (Diff)
/source/blender/editors/space_graph/space_graph.c (+7, -1) (Diff)
/source/blender/editors/space_nla/space_nla.c (+5, -1) (Diff)
/source/blender/editors/include/ED_anim_api.h (+6, -0) (Diff)
/source/blender/editors/space_action/action_intern.h (+1, -0) (Diff)
/source/blender/editors/space_action/space_action.c (+8, -3) (Diff)
/source/blender/editors/space_graph/space_graph.c (+7, -1) (Diff)
/source/blender/editors/space_nla/space_nla.c (+5, -1) (Diff)