Hi everyone,
I know nothing about in maxscripting and I come here to get a little of help for a doing a little script that can save my life.
Can someone put in a correct maxscript language this?
The aim of this little scripting is changing the name of my outputfilename while i render a specific and animated frame corresponding to each situation.
var i,j,k;
For i = 0 to 12 /* nb of material animated
For j = 0 to 4 /* nb of cam animated
For k = 0 to 16 /* nb of objects animated
{
renderFrame (k+(k*i)+((k*i)*j));
rendOutputFilename ( file_"i"_"j"_"k".jpg);
SaveFile (file_"i"_"j"_"k".jpg);
}
Thanks a lot for the help.
Katsude.
Anubis · 2009-10-28