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-07-27 00:50:55 +0300
committerKalle-Samuli Riihikoski <haikalle@gmail.com>2019-07-27 00:50:55 +0300
commit37a8bdc661649cb6197e73b5eb96481cd5fb0c5e (patch)
tree0cd4ed4d403982fd10ac4c00b3b81f6ca83224f0 /io_coat3D/tex.py
parent27c5c32bad451a3b3c8a599edfdbaa7fb1462c05 (diff)
io_coat3D: remove prints + improve live update
Diffstat (limited to 'io_coat3D/tex.py')
-rw-r--r--io_coat3D/tex.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/io_coat3D/tex.py b/io_coat3D/tex.py
index 42cc300f..685eab9c 100644
--- a/io_coat3D/tex.py
+++ b/io_coat3D/tex.py
@@ -334,7 +334,6 @@ def readtexturefolder(objekti, mat_list, texturelist, is_new, udim_textures): #r
create_nodes = True
create_group_node = True
- print('texcoat:', texcoat)
if(create_nodes):
coat3D = bpy.context.scene.coat3D
path3b_n = coat3D.exchangedir
@@ -717,16 +716,11 @@ def CreateTextureLine(type, act_material, main_mat, texcoat, coat3D, notegroup,
coatMat.cycles.displacement_method = 'BOTH'
else:
- print('ELSE')
if (texcoat['alpha'] != []):
- print('111')
if (type['name'] == 'color'):
- print('222')
act_material.links.new(node.outputs[1], notegroup.inputs[8])
else:
- print('333')
if (type['name'] == 'color'):
- print('444')
act_material.links.new(node.outputs[1], notegroup.inputs[8])
huenode = createExtraNodes(act_material, node, type)