[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [35645] trunk/blender/release/scripts/ui/ space_graph.py: Added "Bake Sound to F-Curve" operator to the "Key" menu in the graph editor.

Joerg Mueller nexyon at gmail.com
Sun Mar 20 13:19:21 CET 2011


Revision: 35645
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=35645
Author:   nexyon
Date:     2011-03-20 12:19:21 +0000 (Sun, 20 Mar 2011)
Log Message:
-----------
Added "Bake Sound to F-Curve" operator to the "Key" menu in the graph editor.

Modified Paths:
--------------
    trunk/blender/release/scripts/ui/space_graph.py

Modified: trunk/blender/release/scripts/ui/space_graph.py
===================================================================
--- trunk/blender/release/scripts/ui/space_graph.py	2011-03-20 11:40:29 UTC (rev 35644)
+++ trunk/blender/release/scripts/ui/space_graph.py	2011-03-20 12:19:21 UTC (rev 35645)
@@ -210,6 +210,7 @@
         layout.separator()
         layout.operator("graph.keyframe_insert")
         layout.operator("graph.fmodifier_add")
+        layout.operator("graph.sound_bake")
 
         layout.separator()
         layout.operator("graph.duplicate")




More information about the Bf-blender-cvs mailing list