[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [27714] trunk/blender/release/scripts/ui/ space_graph.py: Added Set VIsibility (V key) to Graph Editor menu.

William Reynish william at reynish.com
Wed Mar 24 13:39:51 CET 2010


Revision: 27714
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27714
Author:   billrey
Date:     2010-03-24 13:39:51 +0100 (Wed, 24 Mar 2010)

Log Message:
-----------
Added Set VIsibility (V key) to Graph Editor menu.

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	2010-03-24 11:33:39 UTC (rev 27713)
+++ trunk/blender/release/scripts/ui/space_graph.py	2010-03-24 12:39:51 UTC (rev 27714)
@@ -142,6 +142,7 @@
 
         layout.separator()
         layout.operator("anim.channels_editable_toggle")
+        layout.operator("anim.channels_visibility_set")
 
         layout.separator()
         layout.operator("anim.channels_expand")





More information about the Bf-blender-cvs mailing list