Switch OCIO on the fly

Hi, I was wondering if somebody manged to switch the OCIO on the fly. For example I’m using ACES.ocio and want to switch to another OCIO file without restarting RV. I manage to repopulate the menu with the new OCIO transforms but it seems like in the background the old one is still loaded. Is there a way to “unload” the ocio and “restart” the source setup?

I’m also looking for switching OCIO without RV restart. It can be helpful for reviewing multiple projects which have different OCIO config files.
I think it is currently not possible :frowning:

There is the ocio_config_from_media function callback, but it is called by RV only until it returns a valid config. I’ve understood that the OCIO can’t be reloaded with every image sequence, because of performance. Maybe there could be a bool callback “need_ocio_reload(media)”…