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-07-20 04:36:28 +0400
committerJoshua Leung <aligorith@gmail.com>2011-07-20 04:36:28 +0400
commit57fe73b3ac6ba6d7a0c3903318d9f0675e18338a (patch)
tree89b6d353e6296a08979442d5e6bed888d5766087 /release/scripts/startup/bl_ui/space_nla.py
parentddbfcacfa074ed301df3dd5e90a9d717ef56c352 (diff)
View All/Selected tools for NLA Editor
Diffstat (limited to 'release/scripts/startup/bl_ui/space_nla.py')
-rw-r--r--release/scripts/startup/bl_ui/space_nla.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_nla.py b/release/scripts/startup/bl_ui/space_nla.py
index 717adb3baa8..78489db6317 100644
--- a/release/scripts/startup/bl_ui/space_nla.py
+++ b/release/scripts/startup/bl_ui/space_nla.py
@@ -72,7 +72,11 @@ class NLA_MT_view(bpy.types.Menu):
layout.separator()
layout.operator("anim.previewrange_set")
layout.operator("anim.previewrange_clear")
-
+
+ layout.separator()
+ layout.operator("nla.view_all")
+ layout.operator("nla.view_selected")
+
layout.separator()
layout.operator("screen.area_dupli")
layout.operator("screen.screen_full_area")