View Single Post
# 5 03-09-2013 , 02:38 PM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
You don't need Deadline.

Are you launching batch renders from the terminal? If so, you can put them back to back by using the unix operator &&.

For example:
Code:
echo "I'm run first" && echo "I'm run second"
Just put your render commands there instead of the echos, and the next render will be run after the first is completed. Simple.


Imagination is more important than knowledge.