diff --git a/openpype/settings/defaults/project_settings/nuke.json b/openpype/settings/defaults/project_settings/nuke.json index c3e229b8e8..5a819e6904 100644 --- a/openpype/settings/defaults/project_settings/nuke.json +++ b/openpype/settings/defaults/project_settings/nuke.json @@ -32,7 +32,8 @@ "Fg01", "Branch01", "Part01" - ] + ], + "reviewable": false } }, "publish": { diff --git a/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json b/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json index 22cb8a4ea3..9ab5fc65fb 100644 --- a/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json +++ b/openpype/settings/entities/schemas/projects_schema/schema_project_nuke.json @@ -131,6 +131,11 @@ "object_type": { "type": "text" } + }, + { + "type": "boolean", + "key": "reviewable", + "label": "Add reviewable toggle" } ] }