From 4f01991693dc8781f22bb3dec8098abb9144f1be Mon Sep 17 00:00:00 2001 From: Jakub Jezek Date: Thu, 20 Jan 2022 14:20:09 +0100 Subject: [PATCH] flame: adding segment index attribute to settings --- .../schemas/projects_schema/schema_project_flame.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json b/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json index b1b1f3539b..76576ebf73 100644 --- a/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json +++ b/openpype/settings/entities/schemas/projects_schema/schema_project_flame.json @@ -38,6 +38,11 @@ "key": "clipName", "label": "Clip name template" }, + { + "type": "boolean", + "key": "segmentIndex", + "label": "Accept segment order" + }, { "type": "number", "key": "countFrom",