mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Expose families transfer attribute
This commit is contained in:
parent
68f7ce9e02
commit
3a10a9e099
1 changed files with 8 additions and 0 deletions
|
|
@ -287,6 +287,13 @@ class ProcessSubmittedJobOnFarmModel(BaseSettingsModel):
|
|||
default_factory=list,
|
||||
title="Skip integration of representation with ext"
|
||||
)
|
||||
families_transfer: list[str] = SettingsField(
|
||||
default_factory=list,
|
||||
title=(
|
||||
"List of family names to transfer\n"
|
||||
"to generated instances (AOVs for example)."
|
||||
)
|
||||
)
|
||||
aov_filter: list[AOVFilterSubmodel] = SettingsField(
|
||||
default_factory=list,
|
||||
title="Reviewable products filter",
|
||||
|
|
@ -470,6 +477,7 @@ DEFAULT_DEADLINE_PLUGINS_SETTINGS = {
|
|||
"deadline_priority": 50,
|
||||
"publishing_script": "",
|
||||
"skip_integration_repre_list": [],
|
||||
"families_transfer": ["render3d", "render2d", "ftrack", "slate"],
|
||||
"aov_filter": [
|
||||
{
|
||||
"name": "maya",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue