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 <brechtvanlommel@gmail.com>2019-05-20 17:18:26 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-05-20 17:35:34 +0300
commitb9ce1fee42291b174f1bdee2ae1fded8e9579937 (patch)
treeb9793de76c6bc3eb5d43bbdb27b30acd3e095531 /tests
parentd7ef7d804609e4c90a592e52f5ebdcb9623a8596 (diff)
Fix broken workbench tests after recent changes
Diffstat (limited to 'tests')
-rwxr-xr-xtests/python/workbench_render_tests.py5
1 files changed, 2 insertions, 3 deletions
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.