mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Merge branch 'develop' into feature/resolve-create-publish-new-way-convert-pype3
This commit is contained in:
commit
4d7ae2cc12
93 changed files with 1926 additions and 1002 deletions
|
|
@ -45,39 +45,37 @@
|
|||
},
|
||||
"status_task_to_parent": {
|
||||
"enabled": true,
|
||||
"parent_object_types": [
|
||||
"Shot",
|
||||
"Asset Build"
|
||||
],
|
||||
"parent_status_match_all_task_statuses": {
|
||||
"Completed": [
|
||||
"Approved",
|
||||
"Omitted"
|
||||
]
|
||||
},
|
||||
"parent_status_by_task_status": {
|
||||
"In Progress": [
|
||||
"in progress",
|
||||
"change requested",
|
||||
"retake",
|
||||
"pending review"
|
||||
]
|
||||
}
|
||||
"parent_status_by_task_status": [
|
||||
{
|
||||
"new_status": "In Progress",
|
||||
"task_statuses": [
|
||||
"in progress",
|
||||
"change requested",
|
||||
"retake",
|
||||
"pending review"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"status_task_to_version": {
|
||||
"enabled": true,
|
||||
"mapping": {
|
||||
"Approved": [
|
||||
"Complete"
|
||||
]
|
||||
}
|
||||
"mapping": {},
|
||||
"asset_types_filter": []
|
||||
},
|
||||
"status_version_to_task": {
|
||||
"enabled": true,
|
||||
"mapping": {
|
||||
"Approved": [
|
||||
"Complete"
|
||||
]
|
||||
},
|
||||
"asset_types_to_skip": [
|
||||
"scene"
|
||||
]
|
||||
"mapping": {},
|
||||
"asset_types_to_skip": []
|
||||
},
|
||||
"first_version_status": {
|
||||
"enabled": true,
|
||||
|
|
@ -96,13 +94,11 @@
|
|||
"ignored_statuses": [
|
||||
"In Progress",
|
||||
"Omitted",
|
||||
"On hold"
|
||||
"On hold",
|
||||
"Approved"
|
||||
],
|
||||
"status_change": {
|
||||
"In Progress": [],
|
||||
"Ready": [
|
||||
"Not Ready"
|
||||
]
|
||||
"In Progress": []
|
||||
}
|
||||
},
|
||||
"create_update_attributes": {
|
||||
|
|
@ -169,7 +165,8 @@
|
|||
"sync_to_avalon_local": {
|
||||
"enabled": true,
|
||||
"role_list": [
|
||||
"Pypeclub"
|
||||
"Pypeclub",
|
||||
"Administrator"
|
||||
]
|
||||
},
|
||||
"seed_project": {
|
||||
|
|
@ -190,4 +187,4 @@
|
|||
"ftrack_custom_attributes": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
"sync_workfile_version": false
|
||||
},
|
||||
"ValidateCameraAttributes": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"optional": true
|
||||
},
|
||||
"ValidateModelName": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue