From 1ace224c633df1a00d1a73f18c579520fcc92411 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 24 Apr 2021 13:34:05 +0200 Subject: Fix: missing AO factor from Cyclest Fast GI panel The AO distance was already there, but I forgot the factor also has an impact on this. --- intern/cycles/blender/addon/ui.py | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles/blender/addon/ui.py') diff --git a/intern/cycles/blender/addon/ui.py b/intern/cycles/blender/addon/ui.py index 73bc114893a..0b7f548c792 100644 --- a/intern/cycles/blender/addon/ui.py +++ b/intern/cycles/blender/addon/ui.py @@ -552,6 +552,7 @@ class CYCLES_RENDER_PT_light_paths_fast_gi(CyclesButtonsPanel, Panel): if world: light = world.light_settings + sub.prop(light, "ao_factor", text="AO Factor") layout.prop(light, "distance", text="AO Distance") -- cgit v1.2.3