Fix UI button text for Eevee "Use Nodes"

This commit is contained in:
Dalai Felinto 2017-05-18 17:42:25 +02:00
parent c2191912ca
commit c9e7a13abb
1 changed files with 1 additions and 1 deletions

View File

@ -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: