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:
authorPablo Vazquez <venomgfx@gmail.com>2018-11-05 17:11:18 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-11-05 17:11:56 +0300
commit69fcffb78f24020e4a8b659d49efddf5b9f1f701 (patch)
tree70cd2c76079caa1b968c1aaaef6d04980c263842 /release/scripts/startup/bl_ui/space_dopesheet.py
parent7c7c8f34925aad3180ff0626f4162aec135a0a5d (diff)
UI: Move Sync Markers from View to Marker menu.
In Dopesheet and Sequencer. Suggested by tintwotin in DevTalk, thanks!
Diffstat (limited to 'release/scripts/startup/bl_ui/space_dopesheet.py')
-rw-r--r--release/scripts/startup/bl_ui/space_dopesheet.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_dopesheet.py b/release/scripts/startup/bl_ui/space_dopesheet.py
index bc1940782bd..5ef42dcd129 100644
--- a/release/scripts/startup/bl_ui/space_dopesheet.py
+++ b/release/scripts/startup/bl_ui/space_dopesheet.py
@@ -338,7 +338,6 @@ class DOPESHEET_MT_view(Menu):
layout.prop(st, "show_interpolation")
layout.prop(st, "show_extremes")
layout.prop(st, "use_auto_merge_keyframes")
- layout.prop(st, "use_marker_sync")
layout.prop(st, "show_seconds")
layout.prop(st, "show_locked_time")
@@ -416,6 +415,7 @@ class DOPESHEET_MT_marker(Menu):
if st.show_pose_markers is False:
layout.operator("action.markers_make_local")
+ layout.prop(st, "use_marker_sync")
#######################################
# Keyframe Editing