[Bf-extensions-cvs] [18661f8e] master: This def was deleted in last commit and not needed to call this anymore

Kalle-Samuli Riihikoski noreply at git.blender.org
Fri Apr 26 11:05:47 CEST 2019


Commit: 18661f8ee717dc156181453353ed43b3ec6d9f53
Author: Kalle-Samuli Riihikoski
Date:   Fri Apr 26 12:05:16 2019 +0300
Branches: master
https://developer.blender.org/rBA18661f8ee717dc156181453353ed43b3ec6d9f53

This def was deleted in last commit and not needed to call this anymore

===================================================================

M	io_coat3D/__init__.py

===================================================================

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'}



More information about the Bf-extensions-cvs mailing list