change defaults for ftrack attributes

This commit is contained in:
Milan Kolar 2020-12-18 18:57:17 +01:00
parent 7b285dcba0
commit d615c07729
2 changed files with 5 additions and 15 deletions

View file

@ -62,23 +62,13 @@
},
"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,
@ -191,4 +181,4 @@
"ftrack_custom_attributes": {}
}
}
}
}

View file

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