Manager: remove --factory-startup from default Blender arguments

Remove `--factory-startup` from the default Blender arguments. This makes
it simpler to configure each Worker to use its own GPU, without having to
inject Python code into the arguments.

Users can always add this when they need, but I think it's friendlier to
have Blender behave the same when they manually run it and when used by
Flamenco Worker.
This commit is contained in:
Sybren A. Stüvel 2022-07-29 09:54:29 +02:00
parent 4947712bec
commit 8c8855554e

View File

@ -9,7 +9,7 @@ import (
// SPDX-License-Identifier: GPL-3.0-or-later
const DefaultBlenderArguments = "--factory-startup -b -y"
const DefaultBlenderArguments = "-b -y"
// The default configuration, use DefaultConfig() to obtain a copy.
var defaultConfig = Conf{