Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--materials_library_vx/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/materials_library_vx/__init__.py b/materials_library_vx/__init__.py
index 0df437a3..01157def 100644
--- a/materials_library_vx/__init__.py
+++ b/materials_library_vx/__init__.py
@@ -114,7 +114,7 @@ def check_index(collection, index):
def send_command(cmd, output="sendmat.py"):
bin = winpath(bpy.app.binary_path)
- scriptpath = winpath(os.path.join(bpy.app.tempdir, output))
+ scriptpath = winpath(os.path.join(matlib_path, output))
with open(scriptpath, "w") as f:
f.write(cmd)