Python to Get all nodes in a backdrop

Hey All,

Need a hand with something I am writing up in Nuke.

I have a bunch of nodes in different backdrop nodes, and I am trying to set something up that will export out each backdrop as it’s own nuke script.

I was hoping to be able to just select the backdrop nodes with:

(backdrop node).knob(‘selected’).setValue(True)

But that only selects the actual backdrop node itself and does not react like when you click on the backdrop itself in the GUI and it selects all the nodes the backdrop contains.

Anyone have any idea how to do that by chance?

Thanks in advance.

-HR

No Responses to “Python to Get all nodes in a backdrop”

Post a Comment