Hi. I render particles, command line rendering with a .bat script, and I use the Maya hardware render (not hardware render buffer). It works, but I can not get the renderer to read the flag -b (by frame) from the script. This flag is always read from the Render Settings in the Maya program - very annoying cuz then I have to update here all the time instead of only updating the script...
My script is called mbr.bat. The line in my script that renders the particles looks like this:
render -r hw -of tif -fnc 6 -s 1 -e 1400 -b 100 -rfs 1 -rfb 1 -cam shotCam1 -rl rl00part1 -im l00part1 -rd C:\Projects\images\20070130 C:\Projects\scenes\mysceneabc.mb
I use Maya 7.0.1
The rest of the images I render with mentalray. And mentalray reads the -b flag from the script just fine.
Am I doing anything wrong, or is this a bug in the software?