added object type filtering to settings

This commit is contained in:
iLLiCiTiT 2020-12-18 12:52:27 +01:00
parent d0030686d1
commit c644453b76
2 changed files with 15 additions and 1 deletions

View file

@ -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": {}
}
}
}
}

View file

@ -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",