Hey,

I just noticed that nuke.root().nodes() does not return nodes within a
group. What's the most reliable approach to do this?

I'm doing this at the moment:

all_nodes = nuke.root().nodes()for node in all_nodes:
    if node.Class() == 'Group':
        all_nodes = all_nodes + node.nodes()

​

I'm on Nuke 9.0v6.

Regards,
Fredrik
_______________________________________________
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