To Batch export use it script with "Batch It Max" script. "Batch It Max" can run any script on multiple files with single click.
Link for Batch It Max : http://paulneale.com/scripts/batchItMax/batchItMax.htm
Script
By prasann_savsani · 2018-02-06
Tags: script, export, 3ds max, 3ds, fbx, obj, anything, batch exporter, ase, dwg, 3ds max script, BodyObject, IGS, batch it max, batch export, AI, IGES, ATR, BLK, DF, LAY, VW, STL, WRL, LP
To Batch export use it script with "Batch It Max" script. "Batch It Max" can run any script on multiple files with single click.
Link for Batch It Max : http://paulneale.com/scripts/batchItMax/batchItMax.htm
For Exporting Any format, Follow Bellow steps:
- open script in 3ds max : maxscript > open script
- Just Add Below Lines to Script and replace "your format name" with your format in first line
(
sceneName = maxfilepath + maxfilename + ".your format name"
exportfile sceneName #noPrompt
)
- And Delete lines for the formats that you don't want to export
- Remove "#noPrompt" if you want to get export dialogue box.