Dennis Adams
Dennis Adams
Interesting. We had a use case for embedding the config and LUTs into a library so that it could be a stand-alone file. Our solution was to extend OCIO so...
I'm working on packaging up our stream handler changes described above and I'll send them to Doug.
@doug-walker I did not build it but I did look over the changes. They look good and thank you and your team for your work on this. Some differences from...
In 32-bit floating point 1.0000001192092896 (0x3F800001) is exactly (to double precision at least) one ULP from 1.0 (0x3F800000), which is another way of saying it is the next 32-bit floating...
I believe @doug-walker and team are currently working on adding this feature to OCIO v2. I shared our private v1 implementation with him as a reference. In our implementation the...
These are the typical roles on OCIO: https://opencolorio.readthedocs.io/en/latest/guides/authoring/overview.html#config-roles
> So my interpretation is that in OCIO a role is a reasonably well-defined (but not guaranteed?) name which OCIO resolves to a real locally-defined OCIO colour space. The actual...
JP, that seems quite reasonable. I'd add `kOfxImageEffectNonOCIOColorManagement` (or such) to indicate that the host (or plugin?) supports color space strings, but is not using OCIO (so there is no...
Which index had the NaN? Did you run your NaN check on your data before calling `apply`? If it is fine but the output is not, we'd need to see...
I'm glad you found #1614 -- based on what I'm reading there, it is most likely what you are seeing. Even though the nuke-default config does not use half-domain LUTs,...