mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 13:24:54 +01:00
This is implementing logic introduced here https://github.com/ynput/OpenPype/pull/4700#discussion_r1193612003
27 lines
649 B
JSON
27 lines
649 B
JSON
{
|
|
"imageio": {
|
|
"activate_host_color_management": true,
|
|
"ocio_config": {
|
|
"override_global_config": false,
|
|
"filepath": []
|
|
},
|
|
"file_rules": {
|
|
"activate_host_rules": false,
|
|
"rules": {}
|
|
}
|
|
},
|
|
"workfile": {
|
|
"submission_overrides": [
|
|
"render_chunk",
|
|
"frame_range",
|
|
"resolution"
|
|
]
|
|
},
|
|
"publish": {
|
|
"CollectRenderPath": {
|
|
"output_extension": "png",
|
|
"anatomy_template_key_render_files": "render",
|
|
"anatomy_template_key_metadata": "render"
|
|
}
|
|
}
|
|
}
|