Upload
1,026

Subscription preferences

Loading...

Loading icon Loading...

Working...

Edward Andrew

3ds Max 2014 - MaxScript: Writing a Batch Export Script.

305 views 2 months ago
Visit my site: www.Edward-Andrew.co.uk (Updating soon).

Good morning,
It's time we got down to Maxscript, in this video I demonstrate and try to explain how to write a Maxscript to batch export all objects from one scene individually.

If you just want the script and aren't interested in learning how to maxscript then just copy the script at the bottom of this description into you're maxscript editor and save it, then go to run maxscript to use it.

PS: At the end of the video I said I'd like a nice fracture script.
http://www.scriptspot.com/3...

- Edward Andrew


SCRIPT:

sel = selection as array
i=1

For i = i to sel.count do
(
Select sel[i]
objname = $.name
A =$.position
$.pos.x = 0
$.pos.y = 0
$.pos.z = 0

exportfile objname #noprompt selectedOnly:true using:ExporterPlugin.Classes[1­4]
$.position= A
) Show less
Read more
A guide to using 3ds Max 2014, starting at beginner level and moving on to more advanced level sessions.
Loading...
Working...
to add this to Watch Later

Add to