Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-12-09 23:42:25 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-12-09 23:42:25 +0300
commit117a7e3545409993f7a424f470130d63ec0cfc30 (patch)
tree1e22e0ef1bb0053fdd7f33ebc716b96ce4510336 /release
parent17f0a01a5664b37f7ae26fef13ffed68794cc066 (diff)
Sequencer: optionally show strip offsets
was disabled in recent sequencer refactor, enable with view menu option.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_sequencer.py1
1 files changed, 1 insertions, 0 deletions
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':