Skip to content
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

Misc fixes to colourspace extension #171

Merged

Commits on Oct 1, 2024

  1. Correct other uses of incorrect colour style names

    One in the example plug-in and another in the docs.
    
    Signed-off-by: John-Paul Smith <[email protected]>
    AcademySoftwareFoundation#168
    john-paulsmith committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    46069f8 View commit details
    Browse the repository at this point in the history
  2. Colourspace doc improvements

    Clarified some points around output colourspace selection.
    
    Signed-off-by: John-Paul Smith <[email protected]>
    john-paulsmith committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0f2bd21 View commit details
    Browse the repository at this point in the history
  3. Further output colourspace documentation

    Hosts are now required to set the output clip colourspace after calling kOfxImageEffectActionGetOutputColourspace. The comments now include situations where the output clip colourspace might be expected to change.
    
    Signed-off-by: John-Paul Smith <[email protected]>
    john-paulsmith committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    36d7e68 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Non-basic roles now define IsBasic and IsCore

    This clarifies the presence of non-basic roles in the config header. They cannot be used in the basic style but are acceptable in the core style.
    
    Also corrected the invocation example in genColour and @file comment in the config header to match the new naming scheme.
    
    Signed-off-by: John-Paul Smith <[email protected]>
    john-paulsmith committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    7372ac2 View commit details
    Browse the repository at this point in the history
  2. Corrected role property names

    Signed-off-by: John-Paul Smith <[email protected]>
    john-paulsmith committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    5d469ed View commit details
    Browse the repository at this point in the history