fgalpern
04-09-2004, 10:15 PM
Let me preface this by stating that I haven't got time to become a maxscript master and right now only need this one script. I'm throwing it out this forum community in the hope that someone has the time and the understanding to finish the script for me.
Here's what I want, ideally this would be a batch operation that I could run on a folder of max files.
1-open file
2-set active viewport to left viewport
3-zoom extents all & set slider to last frame
4-open render dialog
5-check active time segment
6-set to 320x240
7-set output path to original dir
8-use the max file name for saving the render
9-render to avi using indeo 5.1 codec at 75%
10-close max file
Here's what I have. Steps 1 - 4, and then I'm stuck.
(
max vpt left
sliderTime = 500f
max tool zoomextents all
max render scene
)
Any and all help would be greatly appreciated.
Fred
Here's what I want, ideally this would be a batch operation that I could run on a folder of max files.
1-open file
2-set active viewport to left viewport
3-zoom extents all & set slider to last frame
4-open render dialog
5-check active time segment
6-set to 320x240
7-set output path to original dir
8-use the max file name for saving the render
9-render to avi using indeo 5.1 codec at 75%
10-close max file
Here's what I have. Steps 1 - 4, and then I'm stuck.
(
max vpt left
sliderTime = 500f
max tool zoomextents all
max render scene
)
Any and all help would be greatly appreciated.
Fred
