code-google-com / opencollada

Automatically exported from code.google.com/p/opencollada
0 stars 0 forks source link

[3dsmax] Add MAXScript interface for export options setup #155

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Currently the only way to specify export options programmatically in 3dsmax 
(I'm talking about batch export) is to write a ColladaMax.ini file.

This is certainly doable from a MAXScript, but it changes the default options, 
so it's inconvenient if both batch and manual export are used.

FBX provides a set of MAXScript functions that allow clean export options 
setup: 
http://www.kxcad.net/autodesk/Autodesk_MAXScript_Reference_9/FBX_Export_Dialog_A
ccess.htm

It would be great if OpenCOLLADA had this functionality.

Original issue reported on code.google.com by arseny.k...@gmail.com on 31 Jan 2011 at 5:55