From b8567b704bb92b57f12ca09faeba2ab4adb656c0 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 18 Feb 2020 16:56:17 +0100 Subject: Fix Cycles fluid motion blur not working after recent refactor This also re-enables the fluid motion blur test. --- tests/python/modules/render_report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/python/modules/render_report.py b/tests/python/modules/render_report.py index ea72afa7fdc..0cce1791a88 100755 --- a/tests/python/modules/render_report.py +++ b/tests/python/modules/render_report.py @@ -31,7 +31,7 @@ COLORS = COLORS_DUMMY # NOTE: Keep everything lowercase. BLACKLIST = ( - 'fluid_motion_blur.blend', + # 'file_to_blacklist.blend', ) def print_message(message, type=None, status=''): -- cgit v1.2.3