Hey all, I'm having an issue with getting external config files to actual load in compounds.
My config file looks like this:
{
"bifrost_config": [
{
"libraryName": "testLib",
"libraryVersion": "0.0.1",
"jsonLibs": [
{
"path": "constraints/jsonLibs",
"files": [ ]
}
]
}
]
}
And I am adding this file's absolute path to the BIFROST_LIB_CONFIG_FILES variable via maya.env. When I open Maya I can confirm that the path is added to the variable (to the start of the list, if that makes any difference).
Alongside the config is constraints/jsonLibs/MyCompount.json. MyCompound was published from the Graph Editor into the User directory and then moved to this new location. However, now Maya doesn't even seem to be reading this new config file. Nothing within its relative jsonLibs path is being found, even if I pull over a pre-existing compound from the Maya root directory. I'm not sure what else to do at this point, honestly.
I'm on 2020.3, by the way.