[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34602] trunk/blender/release/scripts/ui/ space_graph.py: Bugfix: Graph Editor menus were missing an entry for the " Smooth

Joshua Leung aligorith at gmail.com
Tue Feb 1 12:54:06 CET 2011


Revision: 34602
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34602
Author:   aligorith
Date:     2011-02-01 11:54:05 +0000 (Tue, 01 Feb 2011)
Log Message:
-----------
Bugfix: Graph Editor menus were missing an entry for the "Smooth
Keyframes" operator

Probably this was missed off, since the DopeSheet doesn't have this
functionality

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-02-01 11:39:51 UTC (rev 34601)
+++ trunk/blender/release/scripts/ui/space_graph.py	2011-02-01 11:54:05 UTC (rev 34602)
@@ -213,6 +213,7 @@
 
         layout.separator()
         layout.operator("graph.clean")
+        layout.operator("graph.smooth")
         layout.operator("graph.sample")
         layout.operator("graph.bake")
 




More information about the Bf-blender-cvs mailing list