PDA

View Full Version : -window command not working (mi361)



SunDevilDave
January 29th, 2009, 20:38
I am trying to render a segment of a frame but the -window command seems to render the scene blank for othrographic cameras and with a single pixel in the center for non ortho cameras. Could someone verify its working for them?

putting the following in the command line render:

-window 1 300 1 300

gives me the following in the log:

RC 0.7 info : camera: focal length infinite
RC 0.7 info : camera: aperture 30
RC 0.7 info : camera: aspect 1.33333
RC 0.7 info : camera: resolution 640 480
RC 0.7 info : camera: window 1 300 1 300
RC 0.7 info : camera: clip 0.1 1000
RC 0.7 info : camera: frame 1 1 0

and the render is blank. No errors that I can see.

Is it broke?

David A.

juri
February 5th, 2009, 11:29
-window 1 300 1 300
.

Wrong parameter order, should be 1 1 300 300.

Juri