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

fixes alpha node linking bug

parent e4de25e7
No related branches found
No related tags found
No related merge requests found
......@@ -555,7 +555,8 @@ def CreateTextureLine(type, act_material, main_mat, texcoat, coat3D, notegroup,
if(tile_list):
node = texture_node_tree
act_material.links.new(node.outputs[1], notegroup.inputs[8])
if (type['name'] == 'color'):
act_material.links.new(node.outputs[1], notegroup.inputs[8])
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment