Closed jakubjezek001 closed 1 year ago
What about some type of abstraction. As we hit the issue @BigRoy mentioned with Maya - where there are basically different names for the same color profile - and we need to deal with it, I have a feeling we need to find common ground between DCCs and their versions.
For example stuff rendered out of Maya 2020 that is color managed with profile scene-linear Rec 709/sRGB
(and that will be stored on representation data) you will need to load into Nuke, where this profile will have completely different name and we will need to handle cumbersome mapping between those. What about providing our on OCIO file and reference all those profile names from there - and if mapping is needed, than do mapping only between DCC version and our OCIO?
And if studio has it's own OCIO config, it should work almost the same?
was implemented with https://github.com/ynput/OpenPype/pull/4195
Discussed in https://github.com/pypeclub/OpenPype/discussions/2574
[cuID:OP-2479]