OP-6272 - add container check validator to AE settings (#5203)

This commit is contained in:
Petr Kalis 2023-06-28 11:11:34 +02:00 committed by GitHub
parent b668eced8a
commit b9115502f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View file

@ -32,6 +32,11 @@
"skip_timelines_check": [
".*"
]
},
"ValidateContainers": {
"enabled": true,
"optional": true,
"active": true
}
},
"workfile_builder": {

View file

@ -107,6 +107,17 @@
"label": "Skip Timeline Check for Tasks"
}
]
},
{
"type": "schema_template",
"name": "template_publish_plugin",
"template_data": [
{
"docstring": "Check if loaded container in scene are latest versions.",
"key": "ValidateContainers",
"label": "ValidateContainers"
}
]
}
]
},