diff --git a/pype/settings/defaults/project_anatomy/attributes.json b/pype/settings/defaults/project_anatomy/attributes.json index fbf0218999..cc5516fd1f 100644 --- a/pype/settings/defaults/project_anatomy/attributes.json +++ b/pype/settings/defaults/project_anatomy/attributes.json @@ -9,5 +9,6 @@ "resolutionWidth": 1920, "resolutionHeight": 1080, "pixelAspect": 1, - "applications": [] + "applications": [], + "tools": [] } \ No newline at end of file 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 f06e5d5dac..fbe12daa42 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 @@ -69,6 +69,18 @@ { "blender_2.91": "Blender 2.91" }, { "aftereffects_2021": "After Effects 2021" } ] + }, + { + "type": "enum", + "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"} + ] } ] }