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-14 08:01:36 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-14 08:01:36 +0400
commit5473c5fcc3f9854d9b2c4a6dfb4e43dccf4792cd (patch)
treea72b70dd84686d97d4b8d3477469fb004b16eaec /release/scripts/startup/bl_ui/space_graph.py
parent3c3fa29f236898d9f6400511137d0bc3b8c4d29a (diff)
FCurve: use submenus rather then popups from menus
Diffstat (limited to 'release/scripts/startup/bl_ui/space_graph.py')
-rw-r--r--release/scripts/startup/bl_ui/space_graph.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/scripts/startup/bl_ui/space_graph.py b/release/scripts/startup/bl_ui/space_graph.py
index 353c689b484..3d39234ce08 100644
--- a/release/scripts/startup/bl_ui/space_graph.py
+++ b/release/scripts/startup/bl_ui/space_graph.py
@@ -214,8 +214,8 @@ class GRAPH_MT_key(Menu):
layout.operator_menu_enum("graph.mirror", "type", text="Mirror")
layout.separator()
- layout.operator("graph.keyframe_insert")
- layout.operator("graph.fmodifier_add")
+ layout.operator_menu_enum("graph.keyframe_insert", "type")
+ layout.operator_menu_enum("graph.fmodifier_add", "type")
layout.operator("graph.sound_bake")
layout.separator()