Hi all, I'm recently trying to write some python script for Nuke use. I have some questions maybe someone could help:
How do I get a node object via it's name string? nuke.selectedNodes() can give me node objects via selection, but I want some sort of same thing but by node's name.
How do I unselect a selected node? And how do I select node by it's name?
Script editor inside Nuke is good, but I would really like to write python script inside other more editor-specific IDE, like IDLE. So what should I do to make this happen? (Like append some path to what environment variable or/and import some module?)
Thanks for reading and potential help!