From d86c215c345347b9908b0d58233e1efe7e129482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 1 Feb 2018 11:10:16 +0100 Subject: [PATCH] More texture map types These are actually in use in production. --- pillar/api/node_types/texture.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pillar/api/node_types/texture.py b/pillar/api/node_types/texture.py index 7ce251e6..6c117343 100644 --- a/pillar/api/node_types/texture.py +++ b/pillar/api/node_types/texture.py @@ -33,7 +33,9 @@ node_type_texture = { 'normal', 'translucency', 'emission', - 'alpha' + 'alpha', + 'id', + 'displacement' ]} } }