Export several scenes to 3ds
Hello,
I am new to 3dsMax, and I only need to convert .max files to .3ds. I found the possibility to export them one by one, but since there are many files to convert, I am in need of converting several max files automatically. Is there a way to do that with a script?
Thank you in advance
Comments
You probably can use
You probably can use "exportFile" with #noPrompt for that:
exportFile (filename_string) [#noPrompt] [selectedOnly: (boolean)] [using: (maxclass)]