Hi all,

Is there a way to get via python the names of a node's input pipes? For
example, Reconcile3D has the inputs:

img
cam
axis

I want to get those names...

n = nuke.toNode('Reconcile3D1')
for i in range(n.inputs()):
   print n.inputName(i) # method doesn't exist, but is there something like
that?

img
cam
axis

Thanks,
Ean
_______________________________________________
Nuke-python mailing list
Nuke-python@support.thefoundry.co.uk, http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python

Reply via email to