Fix Cycles OSL hair BSDF inconsistencies with SVM.

This commit is contained in:
Brecht Van Lommel
2016-07-29 02:22:01 +02:00
parent 52fb441c13
commit e0c7aaf5ad
2 changed files with 25 additions and 22 deletions

View File

@@ -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",