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:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-06-12 21:11:16 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-06-12 21:11:16 +0400
commit128b0f97889c75c7de511ce11e601a3762501103 (patch)
treec303511d66e6f78932763779eb6af31232418bfb /release
parentd3e098bb42dd9eb6346c41f1f400050010161549 (diff)
Added Selected Only and Show Hidden flags to clip editor's curve view
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 8d55d678c5d..e9997d43c04 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -68,6 +68,10 @@ class CLIP_HT_header(Header):
layout.prop(sc, "view", text="", expand=True)
row = layout.row(align=True)
+ row.prop(sc, "show_graph_only_selected", text="")
+ row.prop(sc, "show_graph_hidden", text="")
+
+ row = layout.row(align=True)
if sc.show_filters:
row.prop(sc, "show_filters", icon='DISCLOSURE_TRI_DOWN',