View Single Post
# 110 30-08-2015 , 02:28 PM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988

I started to change the values in yellow, then got confused totally.

Hi Harishankar,

All you really need to change are the numbers on these lines:

Code:
int $startFrame = 3;
int $endFrame = 24;
Start frame is the first frame to render, and end frame is the last frame to render. The script will render all values in-between. Make sure that you keep the semicolon ; as MEL requires this. Also be sure to execute this script in the MEL lab of the script editor, and not the python tab.

Let me know if you're still stuck.

-John


Imagination is more important than knowledge.

Last edited by NextDesign; 30-08-2015 at 02:31 PM.