From 712670ec60c661c347049ef52174001787e479ce Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 25 Mar 2021 15:37:57 +0100 Subject: [PATCH] moved project plugin paths to project settings --- .../schemas/projects_schema/schema_project_global.json | 8 ++++++++ .../entities/schemas/system_schema/schema_general.json | 7 ------- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pype/settings/entities/schemas/projects_schema/schema_project_global.json b/pype/settings/entities/schemas/projects_schema/schema_project_global.json index 1733e04f67..ebc8d08fb8 100644 --- a/pype/settings/entities/schemas/projects_schema/schema_project_global.json +++ b/pype/settings/entities/schemas/projects_schema/schema_project_global.json @@ -22,6 +22,14 @@ { "type": "schema", "name": "schema_project_syncserver" + }, + { + "key": "project_plugins", + "type": "path", + "label": "Additional Project Plugin Paths", + "multiplatform": true, + "multipath": true, + "use_label_wrap": true } ] } diff --git a/pype/settings/entities/schemas/system_schema/schema_general.json b/pype/settings/entities/schemas/system_schema/schema_general.json index b029081c7c..cf88043cd0 100644 --- a/pype/settings/entities/schemas/system_schema/schema_general.json +++ b/pype/settings/entities/schemas/system_schema/schema_general.json @@ -18,13 +18,6 @@ { "type": "splitter" }, - { - "key": "project_plugins", - "type": "path", - "label": "Additional Project Plugins Path", - "multiplatform": true, - "multipath": false - }, { "key": "studio_soft", "type": "path",