Blender Git Commit Log
Git Commits -> Revision dc87d09
Revision dc87d09 by Alessio Monti di Sopra (master) November 30, 2019, 06:08 (GMT) |
UI: allow to hide markers region per editor Instead of having the option to show marker lines, make the marker region optional. - Added a Show Markers entry in the View menu of the animation editors. - If the markers region is not active then the Marker menu gets hidden. - Removed marker menu from the driver editor and don't allow to use marker operators. |
Commit Details:
Full Hash: dc87d09b8b3249898e0f0d301fa22f03cff9d6d5
Parent Commit: f478fef
Committed By: Campbell Barton
Lines Changed: +179, -110
17 Modified Paths:
/release/scripts/startup/bl_ui/space_dopesheet.py (+6, -2) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+7, -2) (Diff)
/release/scripts/startup/bl_ui/space_nla.py (+6, -2) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+4, -2) (Diff)
/release/scripts/startup/bl_ui/space_time.py (+7, -2) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+35, -16) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+8, -5) (Diff)
/source/blender/editors/animation/anim_markers.c (+58, -40) (Diff)
/source/blender/editors/space_action/space_action.c (+4, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+3, -4) (Diff)
/source/blender/editors/space_nla/space_nla.c (+3, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+2, -3) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+27, -15) (Diff)
/release/scripts/startup/bl_ui/space_graph.py (+7, -2) (Diff)
/release/scripts/startup/bl_ui/space_nla.py (+6, -2) (Diff)
/release/scripts/startup/bl_ui/space_sequencer.py (+4, -2) (Diff)
/release/scripts/startup/bl_ui/space_time.py (+7, -2) (Diff)
/source/blender/blenkernel/BKE_blender_version.h (+1, -1) (Diff)
/source/blender/blenloader/intern/versioning_280.c (+35, -16) (Diff)
/source/blender/blenloader/intern/versioning_defaults.c (+8, -5) (Diff)
/source/blender/editors/animation/anim_markers.c (+58, -40) (Diff)
/source/blender/editors/space_action/space_action.c (+4, -4) (Diff)
/source/blender/editors/space_graph/space_graph.c (+3, -4) (Diff)
/source/blender/editors/space_nla/space_nla.c (+3, -4) (Diff)
/source/blender/editors/space_sequencer/sequencer_draw.c (+2, -3) (Diff)
/source/blender/editors/space_sequencer/space_sequencer.c (+1, -1) (Diff)
/source/blender/makesdna/DNA_action_types.h (+2, -2) (Diff)
/source/blender/makesdna/DNA_space_types.h (+5, -5) (Diff)
/source/blender/makesrna/intern/rna_space.c (+27, -15) (Diff)