My current scene is having major problems rendering in XSI so I have been trying to start a batch render with the following
xsi -r -scene "G:pathscene.scn" -pass "default_pass" -output i:outputpath"
Now this works fine except that it only renders one image. What is the proper syntax to specify frames to be rendered. If i add in -startf and -endf after default_pass it gives me the error "unknown command"
I have my scene saved with all settings etc. I just need the basic command from prompt to start the whole things from start to finish.
Thanks in advance