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:
Submodule tests/data updated: 93b4f045b5...ca2f7489df
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user