ScriptSpot

Script

Batch Export Any Format

By prasann_savsani · 2018-02-06

Version
1.0
Version requirement
Any Version
Date updated
2018-02-06
Votes
1

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

Description

Additional Info

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.