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:
authorKalle-Samuli Riihikoski <haikalle@gmail.com>2019-04-26 12:05:16 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2019-04-26 12:05:40 +0300
commit18661f8ee717dc156181453353ed43b3ec6d9f53 (patch)
tree254d713296640da4be1bafc4ce877c40b0963005 /io_coat3D
parentc22bc472b870c8f5a486a674275a5026f7a9a32b (diff)
This def was deleted in last commit and not needed to call this anymore
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index d0739c4e..ab235745 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -517,8 +517,6 @@ class SCENE_OT_export(bpy.types.Operator):
coa = bpy.context.active_object.coat3D
coat3D.exchangedir = set_exchange_folder()
- update_exe_path()
-
if (not os.path.isdir(coat3D.exchangedir)):
coat3D.exchange_found = False
return {'FINISHED'}