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-27 18:21:44 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2020-10-27 18:21:44 +0300
commit65ef52639ec89def2f0f7fe0f7f9d50619c5b0a6 (patch)
tree034b7490154d579afeaeb8dbaf40a9f866c4d67a /io_coat3D
parent7df14252e7d4263ae2bc2d5e0634ac8c931ea3fc (diff)
io_coat3D: tweak number 2 for last commit
Diffstat (limited to 'io_coat3D')
-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 47ab63eb..33634409 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -397,7 +397,7 @@ def createnodes(active_mat,texcoat, create_group_node, objekti, ind, is_new, udi
if(platform == 'darwin'):
json_address = os.path.dirname(bpy.app.binary_path) + os.sep + str(bpy.app.version[0]) + '.' + str(bpy.app.version[1]) + os.sep + 'scripts' + os.sep + 'addons' + os.sep + 'io_coat3D' + os.sep + 'data.json'
- json_address.replace('MacOS', 'Resources')
+ json_address = json_address.replace('MacOS', 'Resources')
else:
json_address = os.path.dirname(bpy.app.binary_path) + os.sep + str(bpy.app.version[0]) + '.' + str(bpy.app.version[1]) + os.sep + 'scripts' + os.sep + 'addons' + os.sep + 'io_coat3D' + os.sep + 'data.json'