Prep env for 4.2

This commit is contained in:
Raimund58
2024-03-22 10:48:35 +00:00
parent c615c9b36d
commit 18c0454b44

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.
new_env.put("BLENDER_USER_RESOURCES", "");
new_env.put("BLENDER_USER_CONFIG", "");
new_env.put("BLENDER_USER_EXTENSIONS", "");
new_env.put("BLENDER_USER_SCRIPTS", "");
new_env.put("BLENDER_USER_DATAFILES", "");