From db3ebd3c5a3af915c516008b4920bf5175ad2b5a Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Wed, 26 May 2021 00:49:19 +0200 Subject: [PATCH] swap order of crop setting and output resolution setting --- .../defaults/project_settings/global.json | 2 +- .../schemas/schema_global_publish.json | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/openpype/settings/defaults/project_settings/global.json b/openpype/settings/defaults/project_settings/global.json index df5817624b..9c3fc39b52 100644 --- a/openpype/settings/defaults/project_settings/global.json +++ b/openpype/settings/defaults/project_settings/global.json @@ -55,9 +55,9 @@ "ftrack" ] }, + "overscan_crop": "", "width": 0, "height": 0, - "overscan_crop": "", "letter_box": { "enabled": false, "ratio": 0.0, 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 6cb1627d24..56680c01af 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 @@ -173,6 +173,15 @@ { "type": "separator" }, + { + "type": "label", + "label": "Crop input overscan. See the documentation for more information." + }, + { + "type": "text", + "key": "overscan_crop", + "label": "Overscan crop" + }, { "type": "label", "label": "Width and Height must be both set to higher value than 0 else source resolution is used." @@ -193,15 +202,6 @@ "minimum": 0, "maximum": 100000 }, - { - "type": "label", - "label": "Crop input overscan. See the documentation for more information." - }, - { - "type": "text", - "key": "overscan_crop", - "label": "Overscan crop" - }, { "key": "letter_box", "label": "Letter box",