Skip to content
Snippets Groups Projects
Commit 3cd5b0ff authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Removed --factory-startup from the default Blender command

This can be passed to the Worker using the {blender} variable definition
instead.
parent 8ec1091d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ changed functionality, fixed bugs).
## Version 2.0.5 (in development)
- Vacuum SQLite database at startup.
- Removed `--factory-startup` from the default Blender command. This can be passed
to the Worker using the {blender} variable definition instead.
## Version 2.0.4 (released 201-05-09)
......
......@@ -560,7 +560,6 @@ class BlenderRenderCommand(AbstractSubprocessCommand):
def _build_blender_cmd(self, settings):
cmd = settings['blender_cmd'][:]
cmd += [
'--factory-startup',
'--enable-autoexec',
'-noaudio',
'--background',
......
......@@ -90,7 +90,6 @@ class BlenderRenderTest(AbstractCommandTest):
__file__,
'--with',
'--cli=args for CLI',
'--factory-startup',
'--enable-autoexec',
'-noaudio',
'--background',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment