Hey Lucien,

Not a bad idea, but I can't rely on the inputs being connected already. Was
hoping there was a method for getting the pipe names in any situation. Might
do a feature request for that.

Thanks,
Ean

On Fri, May 20, 2011 at 2:18 PM, Lucien FOSTIER <lucienfost...@gmail.com>wrote:

> 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
>
_______________________________________________
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