Hi Ean,

If i understand you correctly, you could do/

recon=nuke.toNode("Reconcile3D1")

for n in range(recon.inputs() ):
    print recon.input(n).Class()


having the class of the input node should help you determining the
corresponding input name.

hope that helps

-- 
lucien FOSTIER
75012 PARIS
0625423061
http://lucienfostier.com
_______________________________________________
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