Jump to content

Render specific frames


Recommended Posts

Hey guys, is there a way to have a mantra node render specific frames?  for example render frames 33, 59, 87, etc.   I often end up with some dropped frames in my renders and I was wondering if there is a more efficient way to do it than just sending them off individually?

 

cheers.

Link to comment
Share on other sites

Hey Cody,

Not sure if it's the best way do to it, but I've been using hrender in a for-loop as a shell script. 

So say I have a file that's missing frame 1, 2 and 3, I do the following:

 

for i in 1 2 3
do
   hrender -e -f $i $i -d mantra1 -v render.hip
done
 
That does the trick:)
 
I attached a little script I made.

single_frame_script.sh.zip

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...