Blender: run with enable-autoexec
flag by default & shorten flags
Run with `-b -y`, instead of `--background --enable-autoexec`, to shorten the default flags.
This commit is contained in:
parent
f68c4860f4
commit
7204bb833a
@ -61,9 +61,9 @@ var defaultConfig = Conf{
|
|||||||
// The default commands assume that the executables are available on $PATH.
|
// The default commands assume that the executables are available on $PATH.
|
||||||
"blender": {
|
"blender": {
|
||||||
Values: VariableValues{
|
Values: VariableValues{
|
||||||
VariableValue{Platform: "linux", Value: "blender --factory-startup --background"},
|
VariableValue{Platform: "linux", Value: "blender --factory-startup -b -y"},
|
||||||
VariableValue{Platform: "windows", Value: "blender.exe --factory-startup --background"},
|
VariableValue{Platform: "windows", Value: "blender.exe --factory-startup -b -y"},
|
||||||
VariableValue{Platform: "darwin", Value: "blender --factory-startup --background"},
|
VariableValue{Platform: "darwin", Value: "blender --factory-startup -b -y"},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"ffmpeg": {
|
"ffmpeg": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user