there's more than one way to skin this cat, but here's a one-liner using a
list comprehension:

[n.setSelected(True) for n in nuke.allNodes('ChannelMerge')]


-E


On Tue, Feb 12, 2013 at 10:02 PM, NotDaBod <
nuke-python-re...@thefoundry.co.uk> wrote:

> **
> how would i write a script to select all Channel merge nodes?
>
> Googled found nothing
>
> Thanks
>
> _______________________________________________
> 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