Batch Export Any Format

1 vote
Version: 
1.0
Date Updated: 
02/06/2018

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

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.

Version Requirement: 
Any Version