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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-01 08:49:47 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-01 08:49:47 +0400
commitb245d3577ae9c51197e650e94b4902c5cdab3ed2 (patch)
tree47f90eeb2c657edeb3ebe039118258194fe6c3ce /release/scripts/startup/bl_ui/space_graph.py
parent4849ca8a567dd6c5d198355f94740c9f19fa5a7c (diff)
View2d: bring back 2.4x option to lock time for 2d views
Diffstat (limited to 'release/scripts/startup/bl_ui/space_graph.py')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index 67fc2867536..353c689b484 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -105,6 +105,7 @@ class GRAPH_MT_view(Menu):
layout.prop(st, "use_only_selected_keyframe_handles")
layout.prop(st, "show_seconds")
+ layout.prop(st, "show_locked_time")
layout.separator()
layout.operator("anim.previewrange_set")