From 20f6700c88648bb65ccad96a4e348a981f216650 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Mon, 16 Mar 2020 14:32:09 +0100 Subject: UI: Show decorators for lights when using Cycles This matches Eevee, and also the rest of Blender. --- intern/cycles/blender/addon/ui.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'intern') diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py index 3e0d40bc5fd..e545d436c85 100644 --- a/intern/cycles/blender/addon/ui.py +++ b/intern/cycles/blender/addon/ui.py @@ -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 -- cgit v1.2.3