Strob
02-28-2006, 11:08 PM
Hi!
I have a newbie question about maxscript.
I'm trying to write a very simple script. I want to export all the objects in my scene to separate files in obj format. the reason is that if I put many objects it becomes too heavy and the exporter destroy my mesh.
So I thought it would go like this:
i select all my objects et execute:
for i in selection do
(
max file export selected
)
But this gives me the unexpected result of exporting many files containing all my objects in each of them (each obj file contains ALL the object instead of just one...)
thanx in advance for helping
I have a newbie question about maxscript.
I'm trying to write a very simple script. I want to export all the objects in my scene to separate files in obj format. the reason is that if I put many objects it becomes too heavy and the exporter destroy my mesh.
So I thought it would go like this:
i select all my objects et execute:
for i in selection do
(
max file export selected
)
But this gives me the unexpected result of exporting many files containing all my objects in each of them (each obj file contains ALL the object instead of just one...)
thanx in advance for helping
