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:
authorflorianfelix <florianfelixmeyer@gmail.com>2017-07-13 18:11:32 +0300
committerflorianfelix <florianfelixmeyer@gmail.com>2017-07-13 18:11:32 +0300
commit7ec7282e728dc51be67adc7d8ff74a4d58aacb74 (patch)
treea63e2db0b41f49b2d0cfe0620159941b5428e95b
parent91ce3ecd83b23d46f3c3632949f9059352d2cfc6 (diff)
correct displacement description
-rw-r--r--node_wrangler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_wrangler.py b/node_wrangler.py
index fbf239ad..1465efd5 100644
--- a/node_wrangler.py
+++ b/node_wrangler.py
@@ -1025,7 +1025,7 @@ class NWPrincipledPreferences(bpy.types.PropertyGroup):
displacement = StringProperty(
name='Displacement',
default='displacement displace disp dsp height heightmap',
- description='Naming Components for bump maps')
+ description='Naming Components for displacement maps')
# Addon prefs
class NWNodeWrangler(bpy.types.AddonPreferences):