From 3f5310cc59d51f855a0bae3634713c00fe939d76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cle=CC=81ment=20Foucault?= Date: Tue, 13 Feb 2024 20:29:29 +0100 Subject: [PATCH] EEVEE-Next: Use hair strip in render tests This makes many render tests match cycles reference much better. --- tests/python/eevee_next_render_tests.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/python/eevee_next_render_tests.py b/tests/python/eevee_next_render_tests.py index 99ae6acfc4c..380c01ea5e1 100644 --- a/tests/python/eevee_next_render_tests.py +++ b/tests/python/eevee_next_render_tests.py @@ -27,6 +27,9 @@ def setup(): # Ambient Occlusion Pass eevee.gtao_distance = 1 + # Hair + scene.render.hair_type = 'STRIP' + # Volumetric eevee.volumetric_tile_size = '2' eevee.volumetric_start = 1.0