ScriptSpot

Forum topic · General Scripting

Export several scenes to 3ds

By nivea123 · 2009-03-01

Description

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 (1)

wildpeaks · 2009-03-10

You probably can use "exportFile" with #noPrompt for that:

exportFile (filename_string) [#noPrompt] [selectedOnly: (boolean)] [using: (maxclass)]