How do you set the output to connect to the bottom of the tree? I have
this but it kept branching out.
___________________
def AutoPremult():
s=nuke.selectedNode()
u=nuke.nodes.Unpremult()
u.setInput(0,s)
p=nuke.nodes.Premult()
p.setInput(0,u)
______________________
tried: p.setOutput(0) but still no luck.
Thanks.
J
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python