global: reworking config path settings to be multipath with order

This commit is contained in:
Jakub Jezek 2023-01-11 16:31:21 +01:00
parent e1ac21a112
commit da500701b8
No known key found for this signature in database
GPG key ID: 730D7C02726179A7
21 changed files with 114 additions and 128 deletions

View file

@ -1,12 +1,10 @@
{
"imageio": {
"ocio_config": {
"enabled": true,
"filepath": {
"windows": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"darwin": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"linux": "{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio"
}
"filepath": [
"{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/aces_1.2/config.ocio",
"{OPENPYPE_ROOT}/vendor/bin/ocioconfig/OpenColorIOConfigs/nuke-default/config.ocio"
]
},
"file_rules": {
"enabled": false,
@ -442,7 +440,9 @@
"template": "{family}{Task}"
},
{
"families": ["render"],
"families": [
"render"
],
"hosts": [
"aftereffects"
],