So I am about to try to region render via command line. I had a few questions since I haven't done this before.
If I leave out something from the command line such as -cam cameraShape, will V-Ray use the render settings stored in the mb file? I am cutting the render into 4 chucks.
My currently commands are as follows:
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 0 3456 1944 3888 POSTER_POSE_001_V004_a.mb
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 3456 6912 1944 3888 POSTER_POSE_001_V004_b.mb
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 3456 6912 0 1944 POSTER_POSE_001_V004_c.mb
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 0 3456 0 1944 POSTER_POSE_001_V004_d.mb
Thanks
-Scott
If I leave out something from the command line such as -cam cameraShape, will V-Ray use the render settings stored in the mb file? I am cutting the render into 4 chucks.
My currently commands are as follows:
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 0 3456 1944 3888 POSTER_POSE_001_V004_a.mb
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 3456 6912 1944 3888 POSTER_POSE_001_V004_b.mb
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 3456 6912 0 1944 POSTER_POSE_001_V004_c.mb
render -r vray -cam CAMERAShape -threads 0 -s 18 -e 18 - -x 6912 -y 3888 -reg 0 3456 0 1944 POSTER_POSE_001_V004_d.mb
Thanks
-Scott
Comment