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:
authorJoshua Leung <aligorith@gmail.com>2011-02-26 09:28:24 +0300
committerJoshua Leung <aligorith@gmail.com>2011-02-26 09:28:24 +0300
commit7a55884b627e62951c62630fae10eeab569fe3af (patch)
tree9d251cce3ebb14e603dee965eba7fa732e4dddca /release/scripts/ui
parent6a25ecb799f441af2d38bb9fbb8a3d13599cdd59 (diff)
Added operator which makes selected scene markers into local 'pose'
markers. This is useful for when working with lipsync shots, where you've used markers for noting down key syllables and want to separate these out into chunks to manage things better.
Diffstat (limited to 'release/scripts/ui')
-rw-r--r--release/scripts/ui/space_dopesheet.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/ui/space_dopesheet.py b/release/scripts/ui/space_dopesheet.py
index 3a3f3f4033e..f68df00c806 100644
--- a/release/scripts/ui/space_dopesheet.py
+++ b/release/scripts/ui/space_dopesheet.py
@@ -225,6 +225,9 @@ class DOPESHEET_MT_marker(bpy.types.Menu):
layout.separator()
layout.prop(st, "show_pose_markers")
+ if st.show_pose_markers is False:
+ layout.operator("action.markers_make_local")
+
#######################################
# Keyframe Editing