hi,
i am new max scripting, currently i am watching John Wainwright's Maxscript 101.
in episode 2.3 there is a script like this:
fn snapCams lable size:[320,240] frames: folder:"c:/testImg/" =
(
for c in cameras do
(
local fname = folder + lable + "_" + c.name
if frames == unsupplied then
render camera: c outputFile: (fname+".jpg") outputSize:size
else
render camera:c frameRange:frames outputFile:(fname+".avi") outputSize:size
)
)
it works, but then i wondered how do i render out a sequence
thanks for your time
/saij
barigazy · 2013-01-02