Cycles/Eevee tests: add compare.html to see difference between the engines.

This commit is contained in:
Brecht Van Lommel
2018-05-18 17:52:46 +02:00
parent de7635f607
commit ffaf55be94
3 changed files with 56 additions and 9 deletions

View File

@@ -123,6 +123,7 @@ def main():
report = render_report.Report("Eevee Test Report", output_dir, idiff)
report.set_pixelated(True)
report.set_reference_dir("eevee_renders")
report.set_compare_engines('eevee', 'cycles')
ok = report.run(test_dir, render_file)
sys.exit(not ok)