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.
This commit is contained in:
Brecht Van Lommel 2021-04-24 13:34:05 +02:00
parent d8cdc80263
commit 1ace224c63
1 changed files with 1 additions and 0 deletions

View File

@ -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")