akhirnya daripada buang waktu pencet button render, saya buang waktu mikir scriptnya aja :P
Ga ada global proc ato apa2an deh..gw masi cupu.
copykan aja mel ini :
/*
FILENAME: LT_BatchRenderView.mel
Author: Leonarce Tan (veltigo@gmail.com)
www.elte.co.nr
Function: Allows Batch Render View, in case Batch Render in Maya doesn't work
Last Update: Saturday, 06-05-2006
todo:
-create GUI with input ability from user.
Usage:
-replace 1 with current timeline
-replace 100 with number of the end frame
-replace cam with the name of the camera you want to render
*/
int $i;
for ($i = 1;$ < 100; $i++) {
renderWindowRenderCamera render renderView cam;
editRenderLayerGlobals -currentRenderLayer "defaultRenderLayer";
print("RENDERING FRAME : " + $i + " \n");
playButtonStepForward;
)
* edit 13 May 2006 - 04:39am:
doh..Gw accidentally ketemu ama script ini.. mirip banget, cuman lebih advanced :)

download here