Merge branch 'main' into cycles-light-linking

This commit is contained in:
2023-05-22 17:09:26 +02:00
385 changed files with 4313 additions and 4767 deletions
+4 -1
View File
@@ -140,8 +140,11 @@ def main():
report.set_compare_engine('cycles', 'CPU')
# Increase threshold for motion blur, see #78777.
#
# underwater_caustics.blend gives quite different results on Linux and Intel macOS compared to
# Windows and Arm macOS.
test_dir_name = Path(test_dir).name
if test_dir_name == 'motion_blur':
if test_dir_name in ('motion_blur', 'integrator', ):
report.set_fail_threshold(0.032)
ok = report.run(test_dir, blender, get_arguments, batch=True)