If you compare the outputs of the two last node in Nuke the colors matches.
But I do not know how to reproduce these steps in the OCIO config. I tried to follow this answer but the image doesn’t match and I don’t know what to try.
Hey @sbaykal ,
Sorry to hear you haven’t been able to implement it into an OCIO config. I’m not a total expert when it comes to customizing OCIO but I think CDL files should also be supported. What is the current code of your added look?
Is it matching that of only loading the .cc file with CDLTransform in Nuke and bypassing the FileTransform .cube file? Since your look is not including both that seems to be expected that they don’t match. You would have to make a look that defines both files. To use multiple operations it needs to be a group transform. Something like this.
I set my viewer to Raw to not add any transformation
I use an OCIODisplay to call the view ShotGrading (purple backdrop)
I redo the same transformation with the CDLTransform and the FileTransfom
At this point it does not match as I expected because we are applying a view transformation (right ?), so I try to invert these transformations. I get close but still a difference