Ok, I'm not even sure that you need max script to do what I want to achieve so I'll start by explaining that. Basically, I want to render out several max files as avi with pre-set render options such as compression etc. The idea is that I can set up all the scenes perfectly, and then run the script or whatever program when…
Yay! It finally works!!! I setup the file with the proper codec settings in max's render options first and then rendered it out with my new code and it works! Its a pretty handy script for anyone wanting to batch render files to any type really. Just set up the options in the normal render settings in max, then make sure…
When you add f+".avi" you are adding ".avi" to the end of the complete filename and extention. Also, I don't think it was working because you have an extra f after the word render. I also added a check to make sure the max file loaded properly. This seems to work for me. <font class="small">Code:</font><hr…