ScriptSpot

Forum topic · General Scripting

.3ds to .max?

By Marioguerson · 2011-03-07

Description

Hello, I'm beggining with a script to convert 3ds dwg and dxf files to .max. Then I'll use this script with a batch script executer (runs a script on many files), and finally I'll render each .max file with vray batch render pro.
The thing is... I can´t find any where a function for any of these scripts to load any file other than .max.
Help, please!

Comments (1)

Anubis · 2011-03-07

All is there into "MAX File Loading and Saving" topic in the help.

loadMaxFile -- for loading .max files
mergeMAXFile -- for mering .max files
-- ...and so on, and
importFile -- is what you need