Aaron, Does this properly set the views for you? It doesn't work for me. And if I do n['viewPair'].value() afterwards, I get -1, which puts me right back to square one, aka what the hell does -1 mean?!
On Tue, Mar 29, 2011 at 1:51 PM, Aaron Weintraub <[email protected]> wrote: > Hi Jacob, > > Use fromScript and enter the views as text: > > n = nuke.createNode("O_NewView2_2") > n['viewPair'].fromScript("right left") > > -A > > > On 03/28/2011 03:57 PM, Jacob Harris wrote: >> >> I'm trying to pythonically set the 'viewPair' knob of some Ocula >> nodes. It seems to want a non-negative integer, but I can't come up >> with any combination of values to predictably set both left and right. >> Is this a bug? >> _______________________________________________ >> Nuke-python mailing list >> [email protected] >> http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > > _______________________________________________ > Nuke-python mailing list > [email protected] > http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python > _______________________________________________ Nuke-python mailing list [email protected] http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python
