Merge branch 'blender-v4.5-release'

This commit is contained in:
Brecht Van Lommel
2025-07-07 19:30:07 +02:00
57 changed files with 169 additions and 0 deletions

View File

@@ -70,6 +70,8 @@ BLOCKLIST_OPTIX_OSL_LIMITED = [
'image_.*_osl.blend',
# OptiX OSL doesn't support the trace function
'osl_trace_shader.blend',
# Noise functions do not return color with OptiX OSL
'osl_camera_advanced.blend',
]
# Blocklist for SVM tests that fail when forced to run with OptiX OSL

View File

@@ -61,6 +61,8 @@ BLOCKLIST_METAL = [
"image.blend",
# Blocked due to differences in transparency.
"aov_transparency.blend",
# Blocked due to subtle differences in DOF
"osl_camera_advanced.blend",
]
BLOCKLIST_VULKAN = [