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' ]} } }