From 117a7e3545409993f7a424f470130d63ec0cfc30 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 9 Dec 2014 21:42:25 +0100 Subject: Sequencer: optionally show strip offsets was disabled in recent sequencer refactor, enable with view menu option. --- release/scripts/startup/bl_ui/space_sequencer.py | 1 + 1 file changed, 1 insertion(+) (limited to 'release') diff --git a/release/scripts/startup/bl_ui/space_sequencer.py b/release/scripts/startup/bl_ui/space_sequencer.py index 88267049b80..7eaf300c781 100644 --- a/release/scripts/startup/bl_ui/space_sequencer.py +++ b/release/scripts/startup/bl_ui/space_sequencer.py @@ -198,6 +198,7 @@ class SEQUENCER_MT_view(Menu): if st.view_type in {'SEQUENCER', 'SEQUENCER_PREVIEW'}: layout.prop(st, "show_seconds") layout.prop(st, "show_frame_indicator") + layout.prop(st, "show_strip_offset") if st.view_type in {'PREVIEW', 'SEQUENCER_PREVIEW'}: if st.display_mode == 'IMAGE': -- cgit v1.2.3