From b9ce1fee42291b174f1bdee2ae1fded8e9579937 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 20 May 2019 16:18:26 +0200 Subject: Fix broken workbench tests after recent changes --- tests/python/workbench_render_tests.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/python/workbench_render_tests.py b/tests/python/workbench_render_tests.py index 1a0d639bccd..f22ca002604 100755 --- a/tests/python/workbench_render_tests.py +++ b/tests/python/workbench_render_tests.py @@ -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. -- cgit v1.2.3