From b7743757ce714aa5188e77a8b6c87d12bd3cd72c Mon Sep 17 00:00:00 2001 From: Petr Kalis Date: Thu, 29 Apr 2021 17:51:21 +0200 Subject: [PATCH] PS subset grouping - changed defaults, added label --- openpype/settings/defaults/project_settings/global.json | 4 ++-- .../projects_schema/schemas/schema_global_publish.json | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/openpype/settings/defaults/project_settings/global.json b/openpype/settings/defaults/project_settings/global.json index ec67ca1654..ed61878854 100644 --- a/openpype/settings/defaults/project_settings/global.json +++ b/openpype/settings/defaults/project_settings/global.json @@ -113,9 +113,9 @@ "subset_grouping_profiles": [ { "families": [], - "hosts": ["photoshop"], + "hosts": [], "tasks": [], - "template": "{Task}" + "template": "" } ] }, diff --git a/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json b/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json index 2150ee57f2..5c8b339a1f 100644 --- a/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json +++ b/openpype/settings/entities/schemas/projects_schema/schemas/schema_global_publish.json @@ -425,6 +425,10 @@ "object_type": { "type": "dict", "children": [ + { + "type": "label", + "label": "Set all published instances as a part of specific group named according to 'Template'.
Implemented placeholders [{task},{Task},{family},{Family}]" + }, { "key": "families", "label": "Families",