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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-07-29 03:22:01 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-07-29 04:29:05 +0300
commite0c7aaf5adff1920b94dfd37dd1d5ab0ccc8c43a (patch)
tree2f1bf754728b430ee1dd0a07aec855b43a5b8a54 /tests/python/cycles_render_tests.py
parent52fb441c13771b21d3ab1b50fcadfe257346f264 (diff)
Fix Cycles OSL hair BSDF inconsistencies with SVM.
Diffstat (limited to 'tests/python/cycles_render_tests.py')
-rwxr-xr-xtests/python/cycles_render_tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/python/cycles_render_tests.py b/tests/python/cycles_render_tests.py
index 1434447416d..fb9a4b348b7 100755
--- a/tests/python/cycles_render_tests.py
+++ b/tests/python/cycles_render_tests.py
@@ -17,6 +17,8 @@ def render_file(filepath):
"--factory-startup",
filepath,
"-E", "CYCLES",
+ # Run with OSL enabled
+ # "--python-expr", "import bpy; bpy.context.scene.cycles.shading_system = True",
"-o", TEMP_FILE_MASK,
"-F", "PNG",
"-f", "1",