-
Notifications
You must be signed in to change notification settings - Fork 49
Porting#438 #484
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
Porting#438 #484
Conversation
| [n['selected'].setValue(True) for n in previous_selection] | ||
|
|
||
|
|
||
| def reset_selection(): |
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.
Maybe deselect_all is a better name?
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.
Yeah, @jezscha what do you think ?
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.
Hmm, no wait. Since this isn't a new function that introduced here and already been used, so we better not to change the name. 🤔
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.
Hi @davidlatwe sorry for the slow response.. Yes please this is used many times.. anyway you could rename it but link this for backward compatibility
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 can live with current name :)
|
Merging this :) |
This PR is aim to resolve #438.
PR #438 was huge, and a few parts of it was build on top of old tech-debt. But after PR #471, #473, #476, I think this is the final piece to finish up the rest.
What's changed
nuke.lsnow listing containers from all types of nodes, not justReadtype node.nuke.Creatorto allow instance to have multiple nodes with backdrop.nuke.commandand move util functions fromnuke.pipelineto there. (Backwards compatible)nuke.libPlease let me know if there's anything missing or broken. @jezscha