mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
This is implementing logic introduced here https://github.com/ynput/OpenPype/pull/4700#discussion_r1193612003
41 lines
916 B
JSON
41 lines
916 B
JSON
{
|
|
"imageio": {
|
|
"activate_host_color_management": true,
|
|
"ocio_config": {
|
|
"override_global_config": false,
|
|
"filepath": []
|
|
},
|
|
"file_rules": {
|
|
"activate_host_rules": false,
|
|
"rules": {}
|
|
}
|
|
},
|
|
"create": {
|
|
"RenderCreator": {
|
|
"defaults": [
|
|
"Main"
|
|
],
|
|
"mark_for_review": true
|
|
}
|
|
},
|
|
"publish": {
|
|
"CollectReview": {
|
|
"enabled": true
|
|
},
|
|
"ValidateSceneSettings": {
|
|
"enabled": true,
|
|
"optional": true,
|
|
"active": true,
|
|
"skip_resolution_check": [
|
|
".*"
|
|
],
|
|
"skip_timelines_check": [
|
|
".*"
|
|
]
|
|
}
|
|
},
|
|
"workfile_builder": {
|
|
"create_first_version": false,
|
|
"custom_templates": []
|
|
}
|
|
}
|