Hi,
I am building a gizmo that will have much of it's logic controlled through python. I know I can get the nodes that are connected to the gizmo with the gizmo1.input(i) method from python, but how can I know what "Input" arrow it is connected to?

For example, if I was creating an Over gizmo, I would have InputA and InputB Input nodes, how could I know which input(i) corresponds to A and which to B?

I tried (following the example above ) to get the inputs for the actual InputA node but it always says there is 0 inputs. Also tried InputA.dependencies() with an empty list returned.

Thanks.

Daniel.

_______________________________________________
Nuke-users mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-users

Reply via email to