Merge pull request #6217 from ynput/enhancement/OP-8268_AOV-filter-for-Ftrack-family

Deadline: Expose families transfer setting - OP-8268
This commit is contained in:
Kayla Man 2024-02-22 17:23:35 +08:00 committed by GitHub
commit 4c810af42a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 0 deletions

View file

@ -129,6 +129,7 @@
"deadline_priority": 50,
"publishing_script": "",
"skip_integration_repre_list": [],
"families_transfer": ["render3d", "render2d", "ftrack", "slate"],
"aov_filter": {
"maya": [
".*([Bb]eauty).*"

View file

@ -693,6 +693,14 @@
"type": "text"
}
},
{
"type": "list",
"key": "families_transfer",
"label": "List of family names to transfer\nto generated instances (AOVs for example).",
"object_type": {
"type": "text"
}
},
{
"type": "dict-modifiable",
"docstring": "Regular expression to filter for which subset review should be created in publish job.",