Hi there,

I'm not sure how your stuff is plugged but if you want to get the input of the 
group try nuke.thisGroup() instead.


________________________________
From: nookieita [[email protected]]
Sent: 24 January 2012 11:15
To: [email protected]
Subject: [Nuke-users] Accessing nodes outside a group from inside a group 
(python)

Hi,

I have a little proc in a text node to get infos about the plate.
With this
Code:
file = nuke.thisNode().input(0).input(0).input(0).knob('file').getValue()
I am able to go recursively through the nodes and read the read node filename.
This is working fine but I would like to put the text node inside a group. If I 
do that I'm not able to access the file node, as soon as I arrive to the input 
node I get a noneType.

Could you please help me?

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