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:
authorPablo Vazquez <venomgfx@gmail.com>2019-11-01 01:16:08 +0300
committerPablo Vazquez <venomgfx@gmail.com>2019-11-01 01:16:25 +0300
commit9fccb13c0692bf7c95872625ea510f917b9724ec (patch)
treed43f72cdb81065cbb40d9bb7eac72b8e32607221 /node_wrangler.py
parent47bef1a8a535e26a7bc5afdbbfc555d92199fbda (diff)
Node Wrangler: Typo in default Gloss names.
Reported by @jonimercado. Thanks!
Diffstat (limited to 'node_wrangler.py')
-rw-r--r--node_wrangler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index 62eb8798..41a83969 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -1027,7 +1027,7 @@ class NWPrincipledPreferences(bpy.types.PropertyGroup):
description='Naming Components for roughness maps')
gloss: StringProperty(
name='Gloss',
- default='gloss glossy glossyness',
+ default='gloss glossy glossiness',
description='Naming Components for glossy maps')
displacement: StringProperty(
name='Displacement',