Closed BigRoy closed 1 year ago
Unfortunately, setting an environment variable won't work. I added an image.setOcioConfig() and image.ocioConfig() in this pre-release version of mrv2 v0.8.2:
.exe installer: https://mega.nz/file/GepQSKrT#mvu-lD5r74ry8IyWJwIuAALwYXohMBYUj3Wfv65XgAw
.zip: https://mega.nz/file/bDAUABCS#YrUdBj-VUOQwIrTRSGqK7P6piwgK07g8UKY7Bhvd6bU
This version also addresses your Python Editor issues.
I also updated the documentation, btw. You are my best beta-tester and a true perfectionist!
This does indeed work in the 0.8.2 beta.
Issue
How do I update the OCIO config used from the Python API?
Similar to this preference:
I couldn't find an entry in
mrv2.settings
or alike. Or should I be settingOCIO
env var instead?Sidenote
It seems like the
image
relatedocio
methods are not documented inmrv2 0.8.1/docs/en/python_api
: