[Bf-extensions-cvs] [9fccb13c] master: Node Wrangler: Typo in default Gloss names.

Pablo Vazquez noreply at git.blender.org
Thu Oct 31 23:16:28 CET 2019


Commit: 9fccb13c0692bf7c95872625ea510f917b9724ec
Author: Pablo Vazquez
Date:   Thu Oct 31 23:16:08 2019 +0100
Branches: master
https://developer.blender.org/rBA9fccb13c0692bf7c95872625ea510f917b9724ec

Node Wrangler: Typo in default Gloss names.

Reported by @jonimercado. Thanks!

===================================================================

M	node_wrangler.py

===================================================================

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',



More information about the Bf-extensions-cvs mailing list