ok. Well its still working...no ?
rotoList = [ n.name() for n in nuke.allNodes("Roto") ]
for r in rotoList:
roto = nuke.toNode(r)
roto["view"].setValue("left")
On Fri, Mar 2, 2012, at 01:18, coreydrake wrote:
rotoList is a list of names of nodes, not the instance of the
nodes.
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
--
Hugo Léveillé
TD Compositing, Vision Globale
[email protected]
_______________________________________________
Nuke-python mailing list
[email protected], http://forums.thefoundry.co.uk/
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python