Blender Git Commit Log
Git Commits -> Revision 3b3eba6
Revision 3b3eba6 by Jacques Lucke (master) February 18, 2019, 09:42 (GMT) |
Markers: Make marker lines in sequencer and graph editor optional - Makes it possible to show a vertical line for every marker in the graph editor. - Makes the marker line visiblity optional in the sequencer and graph editor. Request from @hjalti. Reviewers: brecht Differential Revision: https://developer.blender.org/D4348 |
Commit Details:
Full Hash: 3b3eba6374067d3d9c289655663dbdb57bf3ea8c
Parent Commit: 1c3a098
Lines Changed: +42, -5
9 Modified Paths:
/release/scripts/startup/bl_ui/space_graph.py (+1, -0) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+5, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+5, -1) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+1, -0) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+13, -1) (Diff)
/source/blender/editors/space_graph/space_graph.c (+5, -1) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+5, -1) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_space_types.h (+3, -0) (Diff)
/source/blender/makesrna/intern/rna_space.c (+12, -0) (Diff)