EEVEE-Next: Increase light threshold
Make tests closer to cycles as the main difference was the light not going far enough to bounce on the background.
This commit is contained in:
@@ -27,6 +27,9 @@ def setup():
|
||||
# Ambient Occlusion Pass
|
||||
eevee.gtao_distance = 1
|
||||
|
||||
# Lights
|
||||
eevee.light_threshold = 0.001
|
||||
|
||||
# Hair
|
||||
scene.render.hair_type = 'STRIP'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user