[Bf-extensions-cvs] [91ce3ecd] master: NW: Add "displace" and "heightmap" keywords

Greg noreply at git.blender.org
Thu Jul 13 14:58:20 CEST 2017


Commit: 91ce3ecd83b23d46f3c3632949f9059352d2cfc6
Author: Greg
Date:   Thu Jul 13 14:57:57 2017 +0200
Branches: master
https://developer.blender.org/rBA91ce3ecd83b23d46f3c3632949f9059352d2cfc6

NW: Add "displace" and "heightmap" keywords

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

M	node_wrangler.py

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

diff --git a/node_wrangler.py b/node_wrangler.py
index 423bb6f0..fbf239ad 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -1024,7 +1024,7 @@ class NWPrincipledPreferences(bpy.types.PropertyGroup):
         description='Naming Components for glossy maps')
     displacement = StringProperty(
         name='Displacement',
-        default='displacement disp dsp height',
+        default='displacement displace disp dsp height heightmap',
         description='Naming Components for bump maps')
 
 # Addon prefs



More information about the Bf-extensions-cvs mailing list