Michael Dolan

Results 27 comments of Michael Dolan

This is potentially a major undertaking. Currently the OCIO webpage is static, fed from the ``gh-pages`` branch of this repo. Ideally we would be able to do something like what...

Thanks for your interest in contributing @rashil2000 . Before you start on anything, let's get input from @scoopxyz , who was doing some initial work on this already. There were...

We discussed this in the TSC meeting today. Since @rashil2000 was able to stand up RTD so quickly, but is blocked by the need to build OCIO to get complete...

That awesome @KelSolaar ! I think it would be great to consolidate these projects. I have no objections to introducing new Python package dependencies for ocioview. I used Qt3D for...

According to the YAML spec, keys are separated from values by a colon+space. In this case, `direction:inverse` is being interpreted as a key. OCIO's YAML parser handles unknown keys by...

Good point @dbr . Also, I'm realizing the behavior I described with logging this as an unknown key pertains only to OCIO 1.0.9. With 1.1.0, the value being of type...

The first approach you describe ("OCIO powered mega-LUT") will be mostly supported by CLF/CTF in OCIO v2. You can even use `Processor::write()` to losslessly write any processor (comprising your transforms)...