Tests: Add Cycles test for RDNA1 Principled BSDF rendering issue

This commit adds a render test for the issue reported in
blender/blender#137420.

Ref: blender/blender-test-data!84
This commit is contained in:
Alaska
2025-04-15 09:20:09 +02:00
committed by Alaska
parent 0a7a12f873
commit 21add72f31
2 changed files with 5 additions and 3 deletions

View File

@@ -70,10 +70,12 @@ BLOCKLIST_OPTIX = [
]
BLOCKLIST_OPTIX_OSL = [
# OPTIX OSL doesn't support trace function needed for AO and bevel
'bake_bevel.blend',
# OptiX OSL does support AO or Bevel
'ambient_occlusion.*.blend',
'bake_bevel.blend',
'bevel.blend',
'principled_bsdf_bevel_emission_137420.blend',
# OptiX OSL doesn't support the trace function
'osl_trace_shader.blend',
# Bump evaluation is not implemented yet. See 104276
'compare_bump.blend',