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>2013-05-14 15:56:37 +0400
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2013-05-14 15:56:37 +0400
commitf17b99eb154be03f011ad3d60a5acda6913f6326 (patch)
tree611c79bc86c6cfc566548f265f7fcaee99c2e371 /io_coat3D
parent8349a25a664cde63260fc999c8568979769c6947 (diff)
updated to 3d-coatV4.
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/coat.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/coat.py b/io_coat3D/coat.py
index 5b4f266d..1c439baa 100644
--- a/io_coat3D/coat.py
+++ b/io_coat3D/coat.py
@@ -32,9 +32,9 @@ def set_exchange_folder():
Blender_export = ""
if(platform == 'win32'):
- exchange = os.path.expanduser("~") + os.sep + 'Documents' + os.sep + '3D-CoatV3' + os.sep +'Exchange'
+ exchange = os.path.expanduser("~") + os.sep + 'Documents' + os.sep + '3D-CoatV4' + os.sep +'Exchange'
else:
- exchange = os.path.expanduser("~") + os.sep + '3D-CoatV3' + os.sep + 'Exchange'
+ exchange = os.path.expanduser("~") + os.sep + '3D-CoatV4' + os.sep + 'Exchange'
if(not(os.path.isdir(exchange))):
exchange = coat3D.exchangedir