mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added object type filtering to settings
This commit is contained in:
parent
d0030686d1
commit
c644453b76
2 changed files with 15 additions and 1 deletions
|
|
@ -45,6 +45,10 @@
|
|||
},
|
||||
"status_task_to_parent": {
|
||||
"enabled": true,
|
||||
"parent_object_types": [
|
||||
"Shot",
|
||||
"Asset Build"
|
||||
],
|
||||
"parent_status_match_all_task_statuses": {
|
||||
"Completed": [
|
||||
"Approved",
|
||||
|
|
@ -190,4 +194,4 @@
|
|||
"ftrack_custom_attributes": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -157,6 +157,16 @@
|
|||
"key": "enabled",
|
||||
"label": "Enabled"
|
||||
},
|
||||
{
|
||||
"type": "label",
|
||||
"label": "List of parent object types where this is triggered (\"Shot\", \"Asset Build\", etc.). Skipped if list is empty."
|
||||
},
|
||||
{
|
||||
"type": "list",
|
||||
"object_type": "text",
|
||||
"key": "parent_object_types",
|
||||
"label": "Object types"
|
||||
},
|
||||
{
|
||||
"key": "parent_status_match_all_task_statuses",
|
||||
"type": "dict-modifiable",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue