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

feat: Add job node graph plugin #888

Commits on Jan 16, 2022

  1. feat: Add job node graph plugin

    - Add plugin for visualising job layers in a node graph.
    - Vendorise NodeGraphQt module for node graph.
    - Apply layer filter on frame tree on single click of layer in
      layer tree or job graph.
    - Add global select_layer signal to CueGuiApplication
    IdrisMiles committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    50737f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88d53e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    234effd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd1437c View commit details
    Browse the repository at this point in the history
  5. refactor: Address notes from PR

    - Rename CueNodeGraphQt submodule to nodegraph
    - Address style notes from PR
    - Replace usage of `.data` attr on rpcObjects
    - Bump NodeGraphQt version to v0.1.7 as provides
      port lock feature
    - Implement  new `services` method on `Layer` wrapper
    IdrisMiles committed Jan 16, 2022
    Configuration menu
    Copy the full SHA
    7751457 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Configuration menu
    Copy the full SHA
    aea8f18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    824ea73 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. Configuration menu
    Copy the full SHA
    ec2c157 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Configuration menu
    Copy the full SHA
    9833bf5 View commit details
    Browse the repository at this point in the history
  2. fix: Fix progress bar auto updating on node

    I believe there may be a bug in NodeGraphQt, as subclasses of
    `NodeBaseWidget` shouldn't need to implement the `value` properties,
    but this is currently required for the progress bar widget to update on
    the node.
    IdrisMiles committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    5475c15 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1a8b0d View commit details
    Browse the repository at this point in the history