-
Notifications
You must be signed in to change notification settings - Fork 454
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[documentation][python] GradingPrimary: missing expected value type doc #1640
Comments
@MrLixm can you help me where can I get to know more about this documentation to gain knowledge in type of expected value? I want to work on this |
Hello, sorry but I am not familiar with how the OCIO documentation is built. Hope this helps, |
yeah it works, thanks for information, should I need to perform additional tests or update the results based on these test results, which was provided by you, that is which property accepts which type? @MrLixm |
@MrLixm |
…1640 (#1989) * Update documentation: Specify types for GradingPrimary attributes Signed-off-by: sumana sree <[email protected]> * added pivotWhite and pivotBlack types to documentation Signed-off-by: sumana sree <[email protected]> --------- Signed-off-by: sumana sree <[email protected]> Co-authored-by: Doug Walker <[email protected]>
Closing this as fixed in PR #1989. |
Hello,
When looking at the GradingPrimary class documentation (https://opencolorio.readthedocs.io/en/latest/api/grading_transforms.html),
we can see a bunch of property is available but none of them specifies which type of value is expected when set.
This would have not been an issue if they all except the same type but seems some except a
GradingRGBM
instance while others just expect afloat
.Would be cool to have in the documentation what type is expected.
Here are the tests I ran to check who accepts what
Cheers.
Liam.
The text was updated successfully, but these errors were encountered: