From 596ee4b50559eddcc16f01a8fa76e692aac157c1 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 11 Aug 2017 09:34:34 +0200 Subject: Cycles tests: Draw images on top of checkerboard This way it's easier to see alpha-channel only images, such as shadow catcher images on transparent film. --- tests/python/cycles_render_tests.py | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) (limited to 'tests/python/cycles_render_tests.py') diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py index ffd8627dbf2..0b90ab5b55f 100755 --- a/tests/python/cycles_render_tests.py +++ b/tests/python/cycles_render_tests.py @@ -163,6 +163,25 @@ class Report: Cycles Test Report @@ -206,8 +225,8 @@ class Report: test_html = """ {}
{}
{} - - + + """ . format(style, name, self.testname, status, new_url, ref_url, new_url, -- cgit v1.2.3