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:
authorJulien Duroure <julien.duroure@gmail.com>2022-08-06 13:07:14 +0300
committerJulien Duroure <julien.duroure@gmail.com>2022-08-06 13:07:14 +0300
commitc58c8f3c3525247c6f584684260eae4ea87a57a3 (patch)
tree73d11f6a450c2396f11af368dcc9ac83a70acee7 /io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
parenta24be9789174435fa723c4864969ad05a9fb5c01 (diff)
glTF: rename glTF Settings node to glTF Material Output
Diffstat (limited to 'io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py')
-rwxr-xr-xio_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py b/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
index cc001b72..696aa1fc 100755
--- a/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
+++ b/io_scene_gltf2/blender/imp/gltf2_blender_pbrMetallicRoughness.py
@@ -65,7 +65,7 @@ def pbr_metallic_roughness(mh: MaterialHelper):
need_volume_node = True
- # We also need glTF Settings Node, to set thicknessFactor and thicknessTexture
+ # We also need glTF Material Output Node, to set thicknessFactor and thicknessTexture
mh.settings_node = make_settings_node(mh)
mh.settings_node.location = additional_location
mh.settings_node.width = 180