Fix error running Eevee render tests

This commit is contained in:
Brecht Van Lommel 2019-05-05 18:31:49 +02:00
parent b6bf4bda27
commit 8794779a2d
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ def setup():
for mat in bpy.data.materials:
mat.use_screen_refraction = True
mat.use_screen_subsurface = True
mat.use_sss_translucency = True
# When run from inside Blender, render and exit.