Oct
06
hey ppls
when I create a node after the current selected node with a script.. it does create the node in the preferences pane.
but the node itself is not visible in the nodegraph.
when I hit ‘f’ it does also not jump to the node.
Code:
import nuke currSel = nuke.selectedNode()
nuke.createNode("Blur")
any Ideas anyone?
cheers
B.
Post a Comment