I wanted to evaluate a filename substitution for all views (e.g expand
%V to both left and right)
There was no obvious(/documented?) way to do this, so started writing an
email to this mailing list, saying I wanted to do something along the
lines of:
n = nuke.nodes.Write()
n['file'].setValue("/tmp/blah_%V.exr")
for curview in n['views'].value().split():
n['file'].evaluate(view = curview)
..and through utter luck, turns out that works \o/
Will make a support-ticket to get the docs updated
--
ben dickson
2D TD | [email protected]
rising sun pictures | www.rsp.com.au
_______________________________________________
Nuke-python mailing list
[email protected]
http://support.thefoundry.co.uk/cgi-bin/mailman/listinfo/nuke-python