Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrecht Van Lommel <brecht@blender.org>2020-02-18 18:56:17 +0300
committerBrecht Van Lommel <brecht@blender.org>2020-02-18 19:11:57 +0300
commitb8567b704bb92b57f12ca09faeba2ab4adb656c0 (patch)
tree877f50343548f8423f1a597fba2096661273afe8 /tests
parent43c497051a470ab6611b008d968a5fa8132f63f1 (diff)
Fix Cycles fluid motion blur not working after recent refactor
This also re-enables the fluid motion blur test.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/python/modules/render_report.py2
1 files changed, 1 insertions, 1 deletions
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=''):