[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57654] trunk/blender/release/scripts/ startup/bl_ui/space_userpref.py: comment the icon file from the theme buttons since its not working.

Campbell Barton ideasman42 at gmail.com
Sat Jun 22 20:08:58 CEST 2013


Revision: 57654
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57654
Author:   campbellbarton
Date:     2013-06-22 18:08:58 +0000 (Sat, 22 Jun 2013)
Log Message:
-----------
comment the icon file from the theme buttons since its not working.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_userpref.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_userpref.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2013-06-22 17:25:02 UTC (rev 57653)
+++ trunk/blender/release/scripts/startup/bl_ui/space_userpref.py	2013-06-22 18:08:58 UTC (rev 57654)
@@ -734,8 +734,9 @@
             padding = subsplit.split(percentage=0.15)
             colsub = padding.column()
             colsub = padding.column()
-            colsub.active = False
-            colsub.row().prop(ui, "icon_file")
+            # Not working yet.
+            #~ colsub.active = False
+            #~ colsub.row().prop(ui, "icon_file")
 
             subsplit = row.split(percentage=0.85)
 




More information about the Bf-blender-cvs mailing list