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

@@ -127,6 +127,7 @@ def main():
from modules import render_report
report = render_report.Report("Cycles Test Report", output_dir, idiff)
report.set_pixelated(True)
report.set_compare_engines('cycles', 'eevee')
ok = report.run(test_dir, render_file)
sys.exit(not ok)