mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
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:
commit
4c810af42a
2 changed files with 9 additions and 0 deletions
|
|
@ -129,6 +129,7 @@
|
|||
"deadline_priority": 50,
|
||||
"publishing_script": "",
|
||||
"skip_integration_repre_list": [],
|
||||
"families_transfer": ["render3d", "render2d", "ftrack", "slate"],
|
||||
"aov_filter": {
|
||||
"maya": [
|
||||
".*([Bb]eauty).*"
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue