Merge branch 'feat/add-env' into 'master'

Prep env for 4.2

See merge request sheepitrenderfarm/client!295
This commit is contained in:
harlekin
2024-04-14 09:14:51 +00:00

View File

@@ -196,6 +196,7 @@ import java.util.regex.Pattern;
//make sure the system doesn´t interfere with the blender runtime, and that blender doesn´t attempt to load external libraries/scripts. //make sure the system doesn´t interfere with the blender runtime, and that blender doesn´t attempt to load external libraries/scripts.
new_env.put("BLENDER_USER_RESOURCES", ""); new_env.put("BLENDER_USER_RESOURCES", "");
new_env.put("BLENDER_USER_CONFIG", ""); new_env.put("BLENDER_USER_CONFIG", "");
new_env.put("BLENDER_USER_EXTENSIONS", "");
new_env.put("BLENDER_USER_SCRIPTS", ""); new_env.put("BLENDER_USER_SCRIPTS", "");
new_env.put("BLENDER_USER_DATAFILES", ""); new_env.put("BLENDER_USER_DATAFILES", "");