From 9fccb13c0692bf7c95872625ea510f917b9724ec Mon Sep 17 00:00:00 2001 From: Pablo Vazquez <venomgfx@gmail.com> Date: Thu, 31 Oct 2019 23:16:08 +0100 Subject: [PATCH] Node Wrangler: Typo in default Gloss names. Reported by @jonimercado. Thanks! --- node_wrangler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_wrangler.py b/node_wrangler.py index 62eb87982..41a839695 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', -- GitLab