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-01-19 13:45:35 +0300
committerJoshua Leung <aligorith@gmail.com>2011-01-19 13:45:35 +0300
commitfbe8f2182694bce9156e3a207cb01b9a9096871e (patch)
tree1dba8a32ba00151ed37ac3917762881b16f391f8 /release
parentd177212f80952cd3a51a1aa707bfba0af4d5c23c (diff)
NLA Editor: Added "Sync Action Length" operator to Edit menu
Although strictly-speaking, this only applies to a certain type of NLA Strip (there are 3 types), but since only the classic "Action Clip" gets much attention, it's probably worth exposing this here too to make batch editing of strips a bit easier.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/ui/space_nla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_nla.py b/release/scripts/ui/space_nla.py
index 2dc3474ec9c..1921e80035d 100644
--- a/release/scripts/ui/space_nla.py
+++ b/release/scripts/ui/space_nla.py
@@ -137,6 +137,7 @@ class NLA_MT_edit(bpy.types.Menu):
layout.separator()
layout.operator("nla.apply_scale")
layout.operator("nla.clear_scale")
+ layout.operator("nla.action_sync_length").active = False
layout.separator()
layout.operator("nla.swap")