Page 1 of 1

Export multiple scene variants using an MXM Reference

Posted: Thu Jul 16, 2015 5:01 pm
by zparrish
I had a need to export almost 200 versions of a 3ds Max scene to Maxwell where the only difference was an MXM file referred to by an MXM Reference material. This was for a gallery of curtain fabric products sold by my employer. I wrote a script to accomplish this. I would have posted this in the "Off Topic" section, but the script I wrote uses the Maxscript function "maxwellExportMXS" that's exposed by the Maxwell plugin.

I posted the script to ScriptSpot - Maxwell Multi-Scene gallery exporter. It let's you select multiple MXM files, the MXM Reference material to associate them to, the camera to export the scenes with, and an output directory for the MXS files. It also let's you activate some of the other parameters exposed to "maxwellExportMXS".

It's the 1st actual Maxscript I've ever written, so it's really basic and could certainly be polished up (as well as tested more thoroughly). I just wanted to share it in case anyone had a similar need and found this useful.

Thanks!

Re: Export multiple scene variants using an MXM Reference

Posted: Tue Jul 28, 2015 8:58 am
by stir
Ey!
Thansk for sharing, always fun to take a look at what people are inventing :)

Re: Export multiple scene variants using an MXM Reference

Posted: Tue Jul 28, 2015 12:33 pm
by bruno.sdi
Interesting, thanks for sharing it!

Re: Export multiple scene variants using an MXM Reference

Posted: Fri Jul 31, 2015 9:04 pm
by zparrish
I'm happy to share it! :D It certainly saved me a lot of time, even if I subtract the time it took to write the script!