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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 21:01:22 +0300
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2010-03-16 21:01:22 +0300
commitabb7a25426a630f5a5209987a78530f70c0dfa94 (patch)
tree89dc95a927911836d2414c7917b79d9502ee5bf8 /release/scripts
parent2b34078fb2682e454042d2a69f436c448b2746f0 (diff)
transform marker sync for extend and grab is back.
(commit 27537 by Campbell from render25 branch)
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/ui/space_sequencer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/ui/space_sequencer.py b/release/scripts/ui/space_sequencer.py
index 2eb889d2c1d..6398344e2f7 100644
--- a/release/scripts/ui/space_sequencer.py
+++ b/release/scripts/ui/space_sequencer.py
@@ -136,6 +136,8 @@ class SEQUENCER_MT_view(bpy.types.Menu):
layout.prop(st, "separate_color_preview")
layout.separator()
+ layout.prop(st, "use_marker_sync")
+ layout.separator()
layout.operator("screen.area_dupli")
layout.operator("screen.screen_full_area")