- Mon Jan 01, 2007 11:10 pm
#203232
Hi.
Since there seems to be a little confusion related to the way animation is handled by the new plug-in, I'll try to make a quick overview of the methods.
Animation with the new plug-in can be achieved in 3 ways.
1. By exporting all frames through File->Export/Export Selected and selecting a base name for the scene.
2a. Using "Use Maxwell sequence rendering" Maxwell Renderer option. (General Settings rollup)
2b. Not using "Use Maxwell sequence rendering" Maxwell Renderer option. (General Settings rollup)
Now, I'll try to detail a little the above 3 methods.
1. Export through File->Export method:
- this method refers only to exporting a sequence of .mxs files. That means, you'll have to setup mxcl yourself using the exported output files.
- animation will only work if the current renderer is Maxwell Renderer. If there is another renderer set, you'll get a warning message and only the current frame will be exported.
- current Maxwell Renderer settings will be used, but user specified frames option is not supported using this method.
2a. Using "Use Maxwell sequence rendering" option.
(- for those of you who worked with the old plug-in, rendering using this option will handle animation the old plug-in's way, so you can skip the rest of the details.)
- this method will export all frames starting with the base file name (see bellow), and will start mxcl in a sequence rendering mode.
- you'll have to set the base name for the .mxs sequence. (Eg. "C:\animation_test\scene.mxs. Base name refers to a file name on which the export/renderer will append sequence numbers. (eg. Base file: scene.mx, generated sequence: scene0001.mxs, scene0002.mxs etc))
- you can specify some optional settings like: base MXI output name (General Settings rollup) or base Image output (Common Tab/Render Output group). Both settings will use the same sequence numbers as the corresponding .mxs file.
Advantages:
- 3D Studio Max is not blocked until the mxcl finishes its rendering job.
Disadvantages:
- for a high number of .mxs files in which you're only interested in the output result, you'll need a lot of hdd space to store all .mxs files.
- there is no result output sent back to 3D Studio Max (no image result brought back to Max's frame buffer, no Renderer Image Output potential explored)
2b. Not using "Use Maxwell sequence rendering" option.
- this method exports each frame in a temporary directory, renders the frame by starting mxcl, bring back the result in 3D Studio Max and deletes the temporary .mxs file.
- you can specify some optional settings like: base MXI output name (General Settings rollup) or base Image output (Common Tab/Render Output group). Both settings will use the same sequence numbers as the corresponding .mxs file.
Advantages:
- usefull if you're not interested in the .mxs files but only on the output image result, or, you don't have a lot of hdd space to store all unwanted .mxs files.
- the renderer output image potential can be used since the rendering result is brought back to 3D Studio Max (eg. You can setup the image output as an AVI format, and at the end of the rendering you'll get your AVI file made up by all the exported frames)
Disadvantages:
- 3D Studio Max will be blocked until all the frames are rendered.
Basically, those 2 methods do exactly what Export through File->Export method does, but they will start and setup mxcl for you.
I will update the above mentioned in case I forgot something.
Hope this helps.
Regards,
Bogdan