When I use this code to render an AVI, I get only the first frame in the AVI file.
How does one save the entire file?
r = render fromframe:1 toframe:20 outputwidth:170 outputheight:120r.filename = "test2.avi"save r
Thanks