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

Worker: removed Blender's --debug-cycles CLI arg

If this is still needed at some point, it can be added to the
flamenco-manager.yaml file instead; it then doesn't require any source
code changes or redeploys, just a restart of Flamenco Manager.
parent e9c30eea
Branches
Tags
No related merge requests found
...@@ -501,7 +501,6 @@ class BlenderRenderCommand(AbstractSubprocessCommand): ...@@ -501,7 +501,6 @@ class BlenderRenderCommand(AbstractSubprocessCommand):
cmd += [ cmd += [
'--factory-startup', '--factory-startup',
'--enable-autoexec', '--enable-autoexec',
'--debug-cycles',
'-noaudio', '-noaudio',
'--background', '--background',
settings['filepath'], settings['filepath'],
......
...@@ -92,7 +92,6 @@ class BlenderRenderTest(AbstractCommandTest): ...@@ -92,7 +92,6 @@ class BlenderRenderTest(AbstractCommandTest):
'--cli=args for CLI', '--cli=args for CLI',
'--factory-startup', '--factory-startup',
'--enable-autoexec', '--enable-autoexec',
'--debug-cycles',
'-noaudio', '-noaudio',
'--background', '--background',
filepath, filepath,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment