From 18f4516d0cb9ef3cadd915e3b49082976494f556 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 11 May 2016 17:41:31 +0200 Subject: [PATCH] Reordering of texture types and making texture files visible in form. --- pillar/manage_extra/node_types/texture.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pillar/manage_extra/node_types/texture.py b/pillar/manage_extra/node_types/texture.py index cc8931c1..7b587dc0 100644 --- a/pillar/manage_extra/node_types/texture.py +++ b/pillar/manage_extra/node_types/texture.py @@ -29,10 +29,10 @@ node_type_texture = { 'map_type': { 'type': 'string', 'allowed': [ + 'col', 'spec', 'bump', 'nor', - 'col', 'translucency', 'emission', 'alpha' @@ -62,7 +62,7 @@ node_type_texture = { 'form_schema': { 'status': {}, 'content_type': {'visible': False}, - 'files': {'visible': False}, + 'files': [], 'is_tileable': {}, 'is_landscape': {}, 'resolution': {},