From bc037a93e692b63b3cdc1fdc0f9e59c599349acf Mon Sep 17 00:00:00 2001 From: chafouin Date: Sat, 29 Feb 2020 15:27:12 -0800 Subject: [PATCH] Revert misleading information about World light unit --- ui/world.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/ui/world.py b/ui/world.py index bd63ef13..138395a3 100644 --- a/ui/world.py +++ b/ui/world.py @@ -64,9 +64,6 @@ def draw_luxcore_settings(self, context): else: col.prop(sun.luxcore, "gain") col.prop(world.luxcore.sun.data.luxcore, "exposure", slider=True) - elif world.luxcore.light == "constantinfinite": - col.prop(world.luxcore, "gain", text="Gain (Lux)") - col.prop(world.luxcore, "exposure", slider=True) else: if is_sky: col.prop(world.luxcore, "sun_sky_gain")