Fix Cycles fluid motion blur not working after recent refactor

This also re-enables the fluid motion blur test.
This commit is contained in:
Brecht Van Lommel
2020-02-18 16:56:17 +01:00
parent 43c497051a
commit b8567b704b
2 changed files with 7 additions and 1 deletions

View File

@@ -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=''):