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
diff options
context:
space:
mode:
-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.