Merge branch 'blender-v4.1-release' into main

This commit is contained in:
Brecht Van Lommel
2024-02-09 15:16:55 +01:00
5 changed files with 29 additions and 10 deletions

View File

@@ -147,8 +147,6 @@ def main():
test_dir_name = Path(test_dir).name
if test_dir_name in ('motion_blur', 'integrator', ):
report.set_fail_threshold(0.032)
if test_dir_name == "denoise":
report.set_fail_threshold(0.25)
ok = report.run(test_dir, blender, get_arguments, batch=args.batch)