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>2014-04-28 11:33:28 +0400
committerJoshua Leung <aligorith@gmail.com>2014-04-28 11:34:02 +0400
commitb40b6bd48d5c7f8cc4057b7355462e0bb198e987 (patch)
tree841b87d71014556f87f3395b4cacafee8745e7d0 /release/scripts/startup/bl_ui/space_nla.py
parent1cd4a884233a38cecfe6e2aa42d87842ab008a93 (diff)
NLA Editor: Added an operator to set preview range based on the extents of selected strips
This brings it more in line with the other anim editors, and makes like a little bit easier for animators working on games or looping anims.
Diffstat (limited to 'release/scripts/startup/bl_ui/space_nla.py')
-rw-r--r--release/scripts/startup/bl_ui/space_nla.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index e41086f6da1..2a32e7b064c 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -80,6 +80,7 @@ class NLA_MT_view(Menu):
layout.separator()
layout.operator("anim.previewrange_set")
layout.operator("anim.previewrange_clear")
+ layout.operator("nla.previewrange_clear")
layout.separator()
layout.operator("nla.view_all")