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>2019-03-16 11:55:14 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2019-03-16 11:55:14 +0300
commitd2ef462ad911e1c12f4b3dd49e2180f81061d9cf (patch)
treec8d769961c602bd32cea8264fae86ff47d6f5700 /io_coat3D
parentdb317035ef56a37aa53cc22714748fce03cb1462 (diff)
fix roughness dublicate nodes bug
Diffstat (limited to 'io_coat3D')
-rw-r--r--io_coat3D/tex.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index aea62dc9..6d90a594 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -329,7 +329,7 @@ def createnodes(active_mat,texcoat, create_group_node, tile_list, objekti, ind,
bring_color = False
elif (node.name == '3DC_metalness'):
bring_metalness = False
- elif (node.name == '3DC_roughness'):
+ elif (node.name == '3DC_rough'):
bring_roughness = False
elif (node.name == '3DC_nmap'):
bring_normal = False
@@ -346,7 +346,7 @@ def createnodes(active_mat,texcoat, create_group_node, tile_list, objekti, ind,
bring_color = False
elif (node.name == '3DC_metalness'):
bring_metalness = False
- elif (node.name == '3DC_roughness'):
+ elif (node.name == '3DC_rough'):
bring_roughness = False
elif (node.name == '3DC_nmap'):
bring_normal = False