How do you render multiple frame ranges using command line batch renders? Instead of a typical start and end, I want frame ranges like this: 1-10; 15; 29; 37-40
I'm using VRay Tuner to generate a command line file to render from. I then just activate the .command file it generates. Normally this file has flags based on Maya's syntax generating frame ranges like: -s 1 e-10 . But I want the option to render multiple frames ranges and sometimes single frames to fix a few trouble areas in my renders.
I was reading this help document (http://docs.chaosgroup.com/display/V...d+Line+Options) and the syntax goes like -frames=1-10;15;29;37-40. However, after adding this to my command file the terminal throws an error saying it's an unrecognized flag. I'm incredibly new to VRay and would greatly appreciate any help in solving this issue. I'm sure it's a simple one or I'm messing something up. I've been searching quite long and hard and am having trouble finding a solution.
Some background info: Using VRay 3.00.01 on OSX.
I'm using VRay Tuner to generate a command line file to render from. I then just activate the .command file it generates. Normally this file has flags based on Maya's syntax generating frame ranges like: -s 1 e-10 . But I want the option to render multiple frames ranges and sometimes single frames to fix a few trouble areas in my renders.
I was reading this help document (http://docs.chaosgroup.com/display/V...d+Line+Options) and the syntax goes like -frames=1-10;15;29;37-40. However, after adding this to my command file the terminal throws an error saying it's an unrecognized flag. I'm incredibly new to VRay and would greatly appreciate any help in solving this issue. I'm sure it's a simple one or I'm messing something up. I've been searching quite long and hard and am having trouble finding a solution.
Some background info: Using VRay 3.00.01 on OSX.
Comment