From 0471fbff60cd6b03a069ac64f237d3dac673ff7e Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 17 Mar 2021 14:26:59 +0100 Subject: [PATCH] changed tools to list --- .../schemas/schema_anatomy_attributes.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json index adda6b26f5..d5d36e79a9 100644 --- a/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json +++ b/pype/settings/entities/schemas/projects_schema/schemas/schema_anatomy_attributes.json @@ -110,16 +110,10 @@ ] }, { - "type": "enum", + "type": "list", "key": "tools", "label": "Tools", - "multiselection": true, - "enum_items": [ - {"mtoa_3.2": "mtoa_3.2"}, - {"mtoa_3.1": "mtoa_3.1"}, - {"mtoa_3.1.1": "mtoa_3.1.1"}, - {"vray_4300": "vray_4300"} - ] + "object_type": "text" } ] }