Jump to content

rendering ifd windows cmd prompt


Recommended Posts

Hi, can someone correct me, Im trying to render a sequence of ifds, with this command in the command shell(windows)

for %i in (*.*) do mantra -f mantra.ifd G:\renders\render.%i.exr

 

but the render.%i.exr is not giving me incremental frames.

can anybody help pls.

thanks in advance.

 

Link to comment
Share on other sites

You need to do a loop. I had this same problem. This what I did for mine to work:

1. type in the letter of your drive followed by a colon

2. use "cd" to change your directory

3. Type in “for %i in (*.*) do mantra -f %i”

here is my forum post figuring this out:

 

 

 

Edited by ejr32123
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...