Fix use of removed Blender Internal property.

This commit is contained in:
Brecht Van Lommel 2018-05-06 15:58:48 +02:00
parent bb3a030306
commit 4462c38e55
1 changed files with 0 additions and 1 deletions

View File

@ -1267,7 +1267,6 @@ class CYCLES_MATERIAL_PT_viewport(CyclesButtonsPanel, Panel):
col = split.column(align=True)
col.label("Specular:")
col.prop(mat, "specular_color", text="")
col.prop(mat, "specular_hardness", text="Hardness")
class CYCLES_RENDER_PT_bake(CyclesButtonsPanel, Panel):