-
Notifications
You must be signed in to change notification settings - Fork 139
Update colourspace example for more complete coverage #178
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
Update colourspace example for more complete coverage #178
Conversation
|
Thanks Is there a difference between?: |
Not relevant to this PR. These are the spaces/roles define in the OCIO config we use. |
|
These plugins are very nice to check the behavior of the host :-). |
Not specifically relevant to this PR, but my recommendations would be:
|
|
Good, CI is passing again now. To fix the DCO check problem, see here https://github.com/AcademySoftwareFoundation/openfx/pull/178/checks and make sure to always sign commits with -s . To make sure I never forget, I do this: And ensure |
Signed-off-by: Phil Barrett <[email protected]>
Signed-off-by: Gary Oberbrunner <[email protected]> Signed-off-by: Phil Barrett <[email protected]>
a3745a7 to
f31404b
Compare
|
OK that eventually worked. I really struggle to get my head around this workflow. |
|
Thanks for sticking with it, Phil! The signoff is just to make sure we are legally protected; sorry it's a pain. |
|
@john-paulsmith do you approve this PR? |
Guido-assim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure why the comment about kOfxImageClipPropPreferredColourspaces in getOutputColourspace is dropped? The use of kOfxImageClipPropPreferredColourspaces in kOfxImageEffectActionGetOutputColourspace is described in the ofxColour.h file.
Signed-off-by: Phil Barrett <[email protected]>
Thanks, fixed. |
Guido-assim
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Very useful to test the behavior of a host.
Example now includes 3 plugins, to exercise Basic, Core and Full styles.