[Bf-blender-cvs] [c9e7a13abbf] blender2.8: Fix UI button text for Eevee "Use Nodes"

Dalai Felinto noreply at git.blender.org
Thu May 18 17:44:31 CEST 2017


Commit: c9e7a13abbffe3dba75d5a4cdcd76dd07e51df92
Author: Dalai Felinto
Date:   Thu May 18 17:42:25 2017 +0200
Branches: blender2.8
https://developer.blender.org/rBc9e7a13abbffe3dba75d5a4cdcd76dd07e51df92

Fix UI button text for Eevee "Use Nodes"

===================================================================

M	release/scripts/startup/bl_ui/properties_material.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/properties_material.py b/release/scripts/startup/bl_ui/properties_material.py
index fb92c1b33eb..568921cb8f0 100644
--- a/release/scripts/startup/bl_ui/properties_material.py
+++ b/release/scripts/startup/bl_ui/properties_material.py
@@ -1131,7 +1131,7 @@ class EEVEE_MATERIAL_PT_surface(MaterialButtonsPanel, Panel):
 
         mat = context.material
 
-        layout.prop(mat, "use_nodes", icon='NODETREE', text="Use node tree")
+        layout.prop(mat, "use_nodes", icon='NODETREE')
         layout.separator()
 
         if not mat.use_nodes:




More information about the Bf-blender-cvs mailing list