Skip to content
Snippets Groups Projects
Commit f17b99eb authored by Kalle-Samuli Riihikoski's avatar Kalle-Samuli Riihikoski
Browse files

updated to 3d-coatV4.

parent 8349a25a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment