[Bf-blender-cvs] [20f6700c886] master: UI: Show decorators for lights when using Cycles

William Reynish noreply at git.blender.org
Mon Mar 16 14:32:21 CET 2020


Commit: 20f6700c88648bb65ccad96a4e348a981f216650
Author: William Reynish
Date:   Mon Mar 16 14:32:09 2020 +0100
Branches: master
https://developer.blender.org/rB20f6700c88648bb65ccad96a4e348a981f216650

UI: Show decorators for lights when using Cycles

This matches Eevee, and also the rest of Blender.

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

M	intern/cycles/blender/addon/ui.py

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

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



More information about the Bf-blender-cvs mailing list