RV CDL Auto-load

Is there a way using the Custom LUT package in RV to auto-load a cdl file that is nested in a subfolder? For example, let’s say the file lives in a folder called CDL in the following directory structure:

001_AA_0010_comp_v001/
-----001_AA_0010_comp_v001.1001.exr
-----001_AA_0010_comp_v001.1002.exr
-----001_AA_0010_comp_v001.1003.exr
-----CDL/
----------001_AA_0010_comp_v001.cdl

Would basically like to use the auto-load from a fixed location option but specify that the root directory should be the image sequence folder itself.

Thanks!

You may have to fork that package and add this in there.

OCIO itself allows defining paths containing environment variables, e.g. ${SHOT}.cc.
You could expand that with more variables, but you’d need to fork the OCIO app to inject the extra variables, and there is a specific point at which you need to set the variables so that the OCIO process can use them.

1 Like

I’m still looking for an answer to this