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
No related branches found
Tags
No related merge requests found
......@@ -501,7 +501,6 @@ class BlenderRenderCommand(AbstractSubprocessCommand):
cmd += [
'--factory-startup',
'--enable-autoexec',
'--debug-cycles',
'-noaudio',
'--background',
settings['filepath'],
......
......@@ -92,7 +92,6 @@ class BlenderRenderTest(AbstractCommandTest):
'--cli=args for CLI',
'--factory-startup',
'--enable-autoexec',
'--debug-cycles',
'-noaudio',
'--background',
filepath,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment