[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54642] trunk/blender/release/scripts/ startup/bl_ui/properties_material.py: Fix for [#34308] only half width of material list row is used for material name.

Thomas Dinges blender at dingto.org
Tue Feb 19 00:41:29 CET 2013


Revision: 54642
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54642
Author:   dingto
Date:     2013-02-18 23:41:28 +0000 (Mon, 18 Feb 2013)
Log Message:
-----------
Fix for [#34308] only half width of material list row is used for material name.

* Issue was caused in r54393. 

Revision Links:
--------------
    http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54393

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

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_material.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_material.py	2013-02-18 21:19:43 UTC (rev 54641)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_material.py	2013-02-18 23:41:28 UTC (rev 54642)
@@ -84,8 +84,6 @@
                     layout.label(text=iface_("Node %s") % manode.name, translate=False, icon_value=layout.icon(manode))
                 elif ma.use_nodes:
                     layout.label(text="Node <none>")
-                else:
-                    layout.label(text="")
         elif self.layout_type in {'GRID'}:
             layout.alignment = 'CENTER'
             layout.label(text="", icon_value=icon)




More information about the Bf-blender-cvs mailing list