Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorWilliam Reynish <billrey@me.com>2020-03-16 16:32:09 +0300
committerWilliam Reynish <billrey@me.com>2020-03-16 16:32:09 +0300
commit20f6700c88648bb65ccad96a4e348a981f216650 (patch)
tree92aa9ec7fabfb78fca6f4f539f13b037c7a894af /intern
parentd89e5fcaef5135360716053a43c4676508eaf5ef (diff)
UI: Show decorators for lights when using Cycles
This matches Eevee, and also the rest of Blender.
Diffstat (limited to 'intern')
-rw-r--r--intern/cycles/blender/addon/ui.py2
1 files changed, 0 insertions, 2 deletions
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