io_coat3D: fixing exchange problem2

This commit is contained in:
Kalle-Samuli Riihikoski 2020-10-27 13:42:01 +02:00
parent 50f5932a64
commit 19d955bf41
1 changed files with 2 additions and 0 deletions

View File

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