View Single Post
# 111 31-08-2015 , 02:45 AM
Registered User
Join Date: Aug 2015
Posts: 3

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


Thanks mate. I started modifying few more, that's why i was getting error. It works like a charm now.

Once again thanks, you saved my day.