Merge branch 'develop' into feature/resolve-create-publish-new-way-convert-pype3

This commit is contained in:
Jakub Jezek 2020-12-23 18:03:07 +01:00
commit 4d7ae2cc12
No known key found for this signature in database
GPG key ID: C4B96E101D2A47F3
93 changed files with 1926 additions and 1002 deletions

View file

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

View file

@ -113,7 +113,7 @@
"sync_workfile_version": false
},
"ValidateCameraAttributes": {
"enabled": true,
"enabled": false,
"optional": true
},
"ValidateModelName": {