Tried following this guide but I keep getting this error:
ERROR: OCIOIPNode: The specified file reference '${CDL_FILE_PATH}.cdl' could not be located. The following attempts were made: 'C:\Temp\_ocio\luts\${CDL_FILE_PATH}.cdl' : 'C:\Temp\_media\${CDL_FILE_PATH}.cdl'.
Why might this happen please?
Thanks,
Patrick
ocio_profile_version: 2
search_path:
- luts
- C:/Temp/_media
strictparsing: true
# Defines the dynamic CDL and static Show LUT as separate, toggleable Looks.
looks:
- !<Look>
name: shot_specific_look
process_space: scene_linear
transform: !<GroupTransform>
children:
- !<FileTransform> {src: "${CDL_FILE_PATH}", cccid: 0, interpolation: linear}
I really think its because you are not setting the initial environment up.
I you add these to your OCIO config and place those two files in your ocio luts seach dirs then RV will be able to read the config before you load any media.
Thank you. Those weren’t actually the issue it seems because now it works even when removing the lines but adding your lines did remove the error messages so I could keep working on the solution and it is working now. Also curly or non curly braces didn’t seem to make a difference once its working.
I pushed the changes to github in case anyone else needs it later