diff --git a/pillar/api/node_types/texture.py b/pillar/api/node_types/texture.py index 6c117343..ad606112 100644 --- a/pillar/api/node_types/texture.py +++ b/pillar/api/node_types/texture.py @@ -27,15 +27,19 @@ node_type_texture = { 'map_type': { 'type': 'string', 'allowed': [ - 'color', - 'specular', - 'bump', - 'normal', - 'translucency', - 'emission', - 'alpha', - 'id', - 'displacement' + "alpha", + "ambient occlusion" + "bump", + "color", + "displacement", + "emission", + "glossiness", + "id", + "mask", + "normal", + "roughness", + "specular", + "translucency", ]} } }