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
31 lines
808 B
JSON
31 lines
808 B
JSON
{
|
|
"imageio": {
|
|
"activate_host_color_management": true,
|
|
"ocio_config": {
|
|
"override_global_config": false,
|
|
"filepath": []
|
|
},
|
|
"file_rules": {
|
|
"activate_host_rules": false,
|
|
"rules": {}
|
|
}
|
|
},
|
|
"copy_fusion_settings": {
|
|
"copy_path": "~/.openpype/hosts/fusion/profiles",
|
|
"copy_status": false,
|
|
"force_sync": false
|
|
},
|
|
"create": {
|
|
"CreateSaver": {
|
|
"temp_rendering_path_template": "{workdir}/renders/fusion/{subset}/{subset}.{frame}.{ext}",
|
|
"default_variants": [
|
|
"Main",
|
|
"Mask"
|
|
],
|
|
"instance_attributes": [
|
|
"reviewable",
|
|
"farm_rendering"
|
|
]
|
|
}
|
|
}
|
|
}
|