craigls Posted June 10, 2018 Share Posted June 10, 2018 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. Quote Link to comment Share on other sites More sharing options...
evanrudefx Posted June 11, 2018 Share Posted June 11, 2018 (edited) 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 June 11, 2018 by ejr32123 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.