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

PlugAlgo : Add array[1] -> scalar conversion #5817

Merged

Commits on Apr 25, 2024

  1. PlugAlgo : Add array[1] -> scalar conversion

    This conversion is available in the various query nodes, and is particularly useful when querying attributes and primitive variables from certain DCCs which like to write everything as arrays, even if they make more sense as scalars.
    johnhaddon committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    794d55c View commit details
    Browse the repository at this point in the history
  2. PlugAlgoTest : Remove stray imports

    I can only assume I had them there temporarily for testing, but they certainly don't belong - GafferTest should not depend on GafferScene or GafferImage.
    johnhaddon committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    84324c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6c1396 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81527ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ea7a06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c27398f View commit details
    Browse the repository at this point in the history