Merge branch 'master' into blender2.8

This commit is contained in:
Sergey Sharybin
2018-09-27 14:51:33 +02:00
15 changed files with 95 additions and 28 deletions

View File

@@ -36,6 +36,9 @@ if inside_blender:
def render_file(filepath, output_filepath):
command = (
BLENDER,
"--no-window-focus",
"--window-geometry",
"0", "0", "1024", "768",
"-noaudio",
"--factory-startup",
"--enable-autoexec",