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:
-rwxr-xr-xio_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py b/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py
index 610da22e..5fd9d1a2 100755
--- a/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py
+++ b/io_scene_gltf2/blender/imp/gltf2_blender_KHR_materials_pbrSpecularGlossiness.py
@@ -230,7 +230,7 @@ class BlenderKHR_materials_pbrSpecularGlossiness():
node_tree.links.new(separate.inputs[0], text_node.outputs[0])
- node_tree.links.new(principled.inputs[0], combine.outputs[0])
+ node_tree.links.new(diffuse.inputs[0], combine.outputs[0])
node_tree.links.new(math_vc_R.inputs[0], separate.outputs[0])
node_tree.links.new(math_vc_G.inputs[0], separate.outputs[1])