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-12 17:15:21 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-12 17:15:52 +0300
commit42ff7d5e12fa136c3157a91fcb921e99d81e2e72 (patch)
tree0e53b4ddae29407b6fd7bb592ab7b6433a82ed88 /io_coat3D/tex.py
parent3302b5b2dfae65408d6378163bc0a918b3e67ae4 (diff)
io_coat3D: refacture folder system
Diffstat (limited to 'io_coat3D/tex.py')
-rw-r--r--io_coat3D/tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index ed689e84..060825fc 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -233,7 +233,7 @@ def readtexturefolder(objekti, mat_list, texturelist, is_new, udim_textures, udi
if(create_nodes):
coat3D = bpy.context.scene.coat3D
- path3b_n = coat3D.exchangedir
+ path3b_n = coat3D.exchangeFolder
path3b_n += ('%slast_saved_3b_file.txt' % (os.sep))
if (os.path.isfile(path3b_n)):