AcademySoftwareFoundation / OpenColorIO

A color management framework for visual effects and animation.
https://opencolorio.org
BSD 3-Clause "New" or "Revised" License
1.76k stars 437 forks source link

Fix GradingPrimary bypass and add support Python comparison for Grading data objects #1779

Closed remia closed 1 year ago

remia commented 1 year ago

This PR fix a couple of issues related to GradingPrimary that were found by @MrLixm, linked in the PR. The move of the equality operators to the public API are required for the Python bindings.

I'm planning to look at other GradingPrimary related changes in a later PR, this one is only for bug fixes.