Donat Van Bellinghen
Donat Van Bellinghen
I don't think I can use the oiiotool tool to check that, I'm using this in a Python script. But I'm sure oiio is using the correct ocio config (meaning...
@hodoulp no, I don't see any error or warning message in the console. @lgritz Sorry no, the only workaround so far is to avoid env vars in the search path,...
Hi, I tested using the oiiotool. It works as expected, i.e. in a windows cmd console, I first set the environment variable, then I convert an image with the oiiotool...
Hi, Sorry for the delay : _Test 1_ : In my ocio config file I have: `search_path: luts/$EVENT:luts` I inserted prints in my code just before the IBA.colorconvert command like...
Hi, It does not change the pixels at all. The colorconvert call returns False. the buf.gerror() returns: The specified file reference 'Grade.cube' could not be located. The following attempts were...
@meimchu I just tried this on my local machine, same error
@lgritz if I use ${EVENT} instead of $EVENT I get an error message too: `error The specified file reference 'Grade.cube' could not be located. The following attempts were made: C:\Users\nozon\BTSync\OIIO_test\ocio\luts\{EVENT}\Grade.cube...
Hi, I have simplified my setup as much I could, and here it is : [NozCreatePreviewMovie_Debug.zip](https://github.com/OpenImageIO/oiio/files/3935106/NozCreatePreviewMovie_Debug.zip) In there you'll find: test_input.exr > an example test image ocio > folder containing...
Hi, I got help from Simon Björk, which tested my script with two different builds of OIIO on windows With his **OIIO build with Python 2 bindings**, he has the...
Thanks @LucaScheller. Will try to get the answer from Side Effects or from my own further tests in Houdini