Closed rigGitLikeYouDigGit closed 6 years ago
Hey @edart76
methods from the viewer()
are used internally by the node graph you'll want to used the methods in NodeGraph()
object.
Hey man, turns out I'm a blind moron. Thanks very much for the tip, and for this awesome framework!
all good man :smile_cat: I still need to write up some documentation for this node graph it's on the list.
Thanks.
Currently calling
nodeGraph.viewer().selected_nodes()
returns a list ofNodeGraphQt.widgets.node_base.NodeItem()
instances, regardless of if the selected node types have inherited further. This makes it difficult to query selected nodes in other windows if they are extensions of the base class, and makes it difficult to access any extra functionality that may have been added.