From fc56ae4e30af2ecb82bd75aa89b19609c33ae58e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Fri, 9 Feb 2024 15:01:54 +0100 Subject: [PATCH] Fix: EEVEE-Next: Crashing tests caused by new properties --- tests/python/eevee_next_render_tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python/eevee_next_render_tests.py b/tests/python/eevee_next_render_tests.py index c19b5e24917..019b187aa7d 100644 --- a/tests/python/eevee_next_render_tests.py +++ b/tests/python/eevee_next_render_tests.py @@ -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