From 737bdaa3d954f7311f77767281b82cd6c73c7af6 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Mon, 24 May 2021 11:26:00 +0200 Subject: [PATCH] added overscan_crop input and default value into settings --- openpype/settings/defaults/project_settings/global.json | 1 + .../projects_schema/schemas/schema_global_publish.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/openpype/settings/defaults/project_settings/global.json b/openpype/settings/defaults/project_settings/global.json index 1f54bed03c..df5817624b 100644 --- a/openpype/settings/defaults/project_settings/global.json +++ b/openpype/settings/defaults/project_settings/global.json @@ -57,6 +57,7 @@ }, "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 426da4b71e..6cb1627d24 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 @@ -193,6 +193,15 @@ "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",