>: CG Forums on 3dtotal - The best forums for CG artists :.
threedy forums home
 


top-table-gradient
Go Back   3DTotal Forums > The Creative Ones > Realtime/Low poly art
bottom-table-gradient

Reply
 
Thread Tools Display Modes
Old 27-04-2003, 08:33 PM   #1
Trond A
Registered User
 
Join Date: Apr 2003
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Question MaxScript commands...

I have been writing a model compiler/viewer for a time now, and I am using the ASE fileformat from 3DS MAX3 to compile the models into my own format from. I am exporting each frame of the animation to one separate file (I figured out that there were some animation issues if trying to export entire animation to one file).

Anyway, the point is, I am trying to make some kind of a script that can export the frames for me, so I don't have to manually export 200+ frames. I have come to the point where I can export the frames to ASE files, but I still don't know how to alter the options screen for exporting ASE files, like setting whether or not I want to export animated mesh data, what frame I want to export, should I export texture coordinates etc. All of these things, and more, are in the options screen for the file->export->ASE feature of 3DSMAX, I just want to make it automatically set the flags I need.

Here is the script I have so far (short yes)

taFileNumber=0
sliderTime=0
for loop=0 to 30 do
(
taString = "e:\3dsmax3\anims\vincent" + (taFileNumber as String) + ".ase"
exportfile (taString) #noPrompt
taFileNumber+=1
sliderTime+=1
)

Don't know if this is the right place to post though, I'll try anyway

Thanks in advance,
-Trond
Trond A is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 10:36 PM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
all images displayed on this site are copyright the original artists and may not be reproduced, copied or published elsewhere without their express permission