TheDude Posted October 8, 2013 Share Posted October 8, 2013 I was wondering if there's a quick way of saving out multiple output rops simultaneously? Is there an & syntax that I could use? Something like "render -v /obj/geo1/ropoutput1 && render -v.../ropoutput2" ? I was thinking about putting them into 2 seperate groups and combining them into one output, but am wondering if that would significantly increase data space. I would end up just separating them from there to export. Quote Link to comment Share on other sites More sharing options...
Jordan Walsh Posted October 8, 2013 Share Posted October 8, 2013 Shouldnt this just work (ie, render each rop every frame step) if you make the two rops dependent in /out context? Quote Link to comment Share on other sites More sharing options...
graham Posted October 8, 2013 Share Posted October 8, 2013 You can use a Merge ROP to handle this. By default if you render a Merge ROP (from the UI) it will render a frame from each input rop, then move to the next frame. If you are rendering one using the render command you need to specify the -I option. As you are using SOP output nodes you would have to use Fetch ROPs to reference them in /out and connect them to a Merge ROP. 1 Quote Link to comment Share on other sites More sharing options...
TheDude Posted October 8, 2013 Author Share Posted October 8, 2013 Excellent, thanks very much. 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.