Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Exporting a file using a command in cmd

Exporting a file using a command in cmd

Anonymous
Not applicable
449 Views
1 Reply
Message 1 of 2

Exporting a file using a command in cmd

Anonymous
Not applicable

I want to use 3dsMax 2015 inside a batch file.

I've got a script that imports a file into Max. This file contains 20 or 30 different model parts and now I need to export the whole model as one file, preferably .obj or .dae, unlike BatchImporterExporter that exports all parts as seperate files.

 

How will I do this in a command line?

 

Thanks in advance.

0 Likes
450 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

I suppose you could add export to the end of import script.

Also if it's needed you can simply merge all objects with a script before export.

0 Likes