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>2020-10-27 14:42:01 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-27 14:42:01 +0300
commit19d955bf419c459bfd989dbcbdbb8f2a35c88583 (patch)
tree63b65db379dbe9332181a78ec60958f62f327b10 /io_coat3D
parent50f5932a64c22a0c6403cb4ad12aef5a281d310a (diff)
io_coat3D: fixing exchange problem2
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py
index 1dfdd3fd..0a1b7791 100644
--- a/io_coat3D/__init__.py
+++ b/io_coat3D/__init__.py
@@ -60,6 +60,7 @@ from bpy.props import (
PointerProperty,
)
+global_exchange_folder = ''
foundExchangeFolder = True
saved_exchange_folder = ''
liveUpdate = True
@@ -503,6 +504,7 @@ class SCENE_OT_export(bpy.types.Operator):
def execute(self, context):
global foundExchangeFolder
+ global global_exchange_folder
global run_background_update
run_background_update = False