From 7f94df29267a68d6dc4627ebbd92df7905ce5b65 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 1 Oct 2025 16:23:38 +0200 Subject: [PATCH] Tests: Block failing object_dicing test on OptiX OSL This does not support wireframe yet. Pull Request: https://projects.blender.org/blender/blender/pulls/147124 --- tests/python/cycles_render_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py index d5b8ef72d80..0a7ceb814be 100644 --- a/tests/python/cycles_render_tests.py +++ b/tests/python/cycles_render_tests.py @@ -83,6 +83,7 @@ BLOCKLIST_OPTIX_OSL_ALL = BLOCKLIST_OPTIX_OSL_LIMITED + [ 'principled_bsdf_bevel_emission_137420.blend', # Dicing tests use wireframe node which doesn't appear to be supported with OptiX OSL 'dicing_camera.blend', + 'object_dicing.blend', 'offscreen_dicing.blend', 'panorama_dicing.blend', # The mapping of the UDIM texture is incorrect. Need to investigate why.