Fix broken workbench tests after recent changes

This commit is contained in:
Brecht Van Lommel 2019-05-20 16:18:26 +02:00
parent d7ef7d8046
commit b9ce1fee42
1 changed files with 2 additions and 3 deletions

View File

@ -14,9 +14,8 @@ def setup():
for scene in bpy.data.scenes:
scene.render.engine = 'BLENDER_WORKBENCH'
scene = bpy.context.scene
scene.display.shading.color_type = 'TEXTURE'
scene.display.shading.light = 'STUDIO'
scene.display.shading.color_type = 'TEXTURE'
# When run from inside Blender, render and exit.