Hi all,

I have a little confusion here...
hopefully sth. simple

shf = nuke.nodes.ShuffleCopy(name=x,out=x,in=x)

this all works fine, but the in knob is causing problems here because of its name?!?
Is there a workaround for this or does this only work via...

shf=nuke.createNode('shufflecopy')
shf['in'].setValue(blablabla)

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

Reply via email to