matlibvx, fix save library path

This commit is contained in:
Brendon Murphy 2019-04-15 11:12:22 +10:00
parent 7340921481
commit 961d9e240c
1 changed files with 1 additions and 1 deletions

View File

@ -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)