From d8a02dc4350666b0aef2fee8fb3553665e16f634 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 11 Feb 2025 18:29:14 +0100 Subject: [PATCH] Tests: Update Storm reference renders for USD 25.02 and MaterialX 1.39 Pull Request: https://projects.blender.org/blender/blender/pulls/134411 --- tests/data | 2 +- tests/python/storm_render_tests.py | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/data b/tests/data index 447bf418171..6a67e8b51c4 160000 --- a/tests/data +++ b/tests/data @@ -1 +1 @@ -Subproject commit 447bf418171ba4db28c6d7cecd51c396c2171168 +Subproject commit 6a67e8b51c445c27838f94d4fddc0dd8ba7e07ab diff --git a/tests/python/storm_render_tests.py b/tests/python/storm_render_tests.py index 3a7add6c7aa..178810dd824 100644 --- a/tests/python/storm_render_tests.py +++ b/tests/python/storm_render_tests.py @@ -29,13 +29,12 @@ BLOCKLIST_USD = [ # retested with newer OpenUSD versions as there are improvements. BLOCKLIST_METAL = [ # Thinfilm - "metallic.*physical.blend", - "metallic.*f82.blend", "principled.*thinfilm.*.blend", # Transparency - "ray_portal.blend", "transparent.blend", "transparent_shadow.blend", + "transparent_shadow_hair.blend", + "transparent_shadow_hair_blur.blend", "shadow_all_max_bounces.blend", "underwater_caustics.blend", "shadow_link_transparency.blend", @@ -45,14 +44,9 @@ BLOCKLIST_METAL = [ "openvdb.*.blend", "principled_bsdf_interior", # Other - "bump.*.blend", - "bevel.*.blend", - "principled_bsdf_coat.blend", - "principled_bsdf_emission.blend", "white_noise.*.blend", "musgrave_multifractal.*.blend", "autosmooth_custom_normals.blend", - "diffuse_normal_map.blend", ]