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(): ...@@ -32,9 +32,9 @@ def set_exchange_folder():
Blender_export = "" Blender_export = ""
if(platform == 'win32'): 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: 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))): if(not(os.path.isdir(exchange))):
exchange = coat3D.exchangedir exchange = coat3D.exchangedir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment