GustavoXX's blog

Batch Render Without Backburner for local works...

When I want to render a list of *.max files and not using the buckburner in only one machine I write this script and list the jobs, then I "Evaluate" and there goes...
I want to make it more grafic, with botons and all the thing, but I don't know how...
This is the script I use...

LoadMAXFile("*.max"); --Load max file
viewport.setCamera $Camera01 --set viewport as the camara named "Camera01"
animationRange = interval 0 50 -- set the animation range 0-50
rendTimeType = 3 --use the animation range seted in the line before
renderWidth = 1280; --frame width

Syndicate content