UI: Show decorators for lights when using Cycles

This matches Eevee, and also the rest of Blender.
This commit is contained in:
William Reynish 2020-03-16 14:32:09 +01:00
parent d89e5fcaef
commit 20f6700c88
1 changed files with 0 additions and 2 deletions

View File

@ -1415,8 +1415,6 @@ class CYCLES_LIGHT_PT_light(CyclesButtonsPanel, Panel):
light = context.light
clamp = light.cycles
layout.use_property_decorate = False
if self.bl_space_type == 'PROPERTIES':
layout.row().prop(light, "type", expand=True)
layout.use_property_split = True