Merge branch 'main' into cycles-light-linking
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user