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:
Diffstat (limited to 'io_coat3D/__init__.py')
-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