Fix: EEVEE-Next: Crashing tests caused by new properties

This commit is contained in:
Clément Foucault 2024-02-09 15:01:54 +01:00
parent c6b6714555
commit fc56ae4e30

@ -25,7 +25,7 @@ def setup():
eevee.gtao_distance = 1
eevee.use_volumetric_shadows = True
eevee.volumetric_tile_size = '2'
eevee.use_motion_blur = True
scene.render.use_motion_blur = True
# Overscan of 50 will doesn't offset the final image, and adds more information for screen based ray tracing.
eevee.use_overscan = True
eevee.overscan_size = 50.0