add the ability to set the priority of the render process as commandline argument
This commit is contained in:
committed by
Laurent Clouet
parent
2f00d7816d
commit
d8aa315699
@@ -237,6 +237,7 @@ public class Job {
|
||||
|
||||
new_env.put("BLENDER_USER_CONFIG", config.workingDirectory.getAbsolutePath().replace("\\", "\\\\"));
|
||||
new_env.put("CORES", Integer.toString(config.getNbCores()));
|
||||
new_env.put("PRIORITY", Integer.toString(config.getPriority()));
|
||||
|
||||
for (String arg : command1) {
|
||||
switch (arg) {
|
||||
|
||||
Reference in New Issue
Block a user