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:
authorJoerg Mueller <nexyon@gmail.com>2011-03-20 15:19:21 +0300
committerJoerg Mueller <nexyon@gmail.com>2011-03-20 15:19:21 +0300
commita50cdf713a800c07629495f0d5e7124cddbbc2c9 (patch)
tree29a0d4d9f4f0cd7db2d5d356f3c7f1ada48a06b8 /release/scripts/ui
parent85970c39bfa11cb19223073e77b9a8b0ccfba3d5 (diff)
Added "Bake Sound to F-Curve" operator to the "Key" menu in the graph editor.
Diffstat (limited to 'release/scripts/ui')
-rw-r--r--release/scripts/ui/space_graph.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/ui/space_graph.py b/release/scripts/ui/space_graph.py
index f536e4cace0..f0c987c2b93 100644
--- a/release/scripts/ui/space_graph.py
+++ b/release/scripts/ui/space_graph.py
@@ -210,6 +210,7 @@ class GRAPH_MT_key(bpy.types.Menu):
layout.separator()
layout.operator("graph.keyframe_insert")
layout.operator("graph.fmodifier_add")
+ layout.operator("graph.sound_bake")
layout.separator()
layout.operator("graph.duplicate")