[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [37967] branches/soc-2011-pepper/release/ scripts/startup/bl_ui/space_dopesheet.py: Tweak to the toggle to show/ hide datablock filtering items in

Joshua Leung aligorith at gmail.com
Thu Jun 30 03:13:17 CEST 2011


Revision: 37967
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=37967
Author:   aligorith
Date:     2011-06-30 01:13:15 +0000 (Thu, 30 Jun 2011)
Log Message:
-----------
Tweak to the toggle to show/hide datablock filtering items in
animedit headers

Modified Paths:
--------------
    branches/soc-2011-pepper/release/scripts/startup/bl_ui/space_dopesheet.py

Modified: branches/soc-2011-pepper/release/scripts/startup/bl_ui/space_dopesheet.py
===================================================================
--- branches/soc-2011-pepper/release/scripts/startup/bl_ui/space_dopesheet.py	2011-06-30 01:07:03 UTC (rev 37966)
+++ branches/soc-2011-pepper/release/scripts/startup/bl_ui/space_dopesheet.py	2011-06-30 01:13:15 UTC (rev 37967)
@@ -50,7 +50,7 @@
             row.prop(dopesheet, "filter_fcurve_name", text="")
 
     row = layout.row()
-    row.prop(dopesheet, "show_datablock_filters", text="more...", icon='FILTER')
+    row.prop(dopesheet, "show_datablock_filters", text="Filters", icon='DISCLOSURE_TRI_RIGHT')
 
     if (not genericFiltersOnly) and (dopesheet.show_datablock_filters):
         # TODO: put a box around these?




More information about the Bf-blender-cvs mailing list