-
Notifications
You must be signed in to change notification settings - Fork 202
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
Closed
IdrisMiles
wants to merge
11
commits into
AcademySoftwareFoundation:master
from
IdrisMiles:feat-implement-job-node-graph-git-submodule
Closed
feat: Add job node graph plugin #888
IdrisMiles
wants to merge
11
commits into
AcademySoftwareFoundation:master
from
IdrisMiles:feat-implement-job-node-graph-git-submodule
Commits on Jan 16, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 50737f8 - Browse repository at this point
Copy the full SHA 50737f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a88d53e - Browse repository at this point
Copy the full SHA a88d53eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 234effd - Browse repository at this point
Copy the full SHA 234effdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd1437c - Browse repository at this point
Copy the full SHA cd1437cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7751457 - Browse repository at this point
Copy the full SHA 7751457View commit details
Commits on Jan 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for aea8f18 - Browse repository at this point
Copy the full SHA aea8f18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 824ea73 - Browse repository at this point
Copy the full SHA 824ea73View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ec2c157 - Browse repository at this point
Copy the full SHA ec2c157View commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9833bf5 - Browse repository at this point
Copy the full SHA 9833bf5View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 5475c15 - Browse repository at this point
Copy the full SHA 5475c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1a8b0d - Browse repository at this point
Copy the full SHA a1a8b0dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.