Tom Reinert
posted this on September 06, 2009 11:54 pm
Use these parameters to override settings at render time
(NOTE: incorrect settings can cause render errors)
|
param |
|
value |
|
description |
|
-of |
|
<string> |
|
Output image file format. bmp png tiff tga |
|
-x |
|
<int> |
|
Set X resolution of the final image |
|
-y |
|
<int> |
|
Set Y resolution of the final image |
|
-par |
|
<float> |
|
Pixel aspect ratio for the rendered image |
|
-fge |
|
<boolean> |
|
Use fast geometry exporter |
|
-rc |
|
<boolean> |
|
Output color |
|
-ac |
|
<boolean> |
|
Output alpha |
|
-mc |
|
<boolean> |
|
Output material ID |
|
-shc |
|
<boolean> |
|
Output shadow pass |
|
-oc |
|
<boolean> |
|
Output object ID |
|
-dc |
|
<boolean> |
|
Output depth |
|
-zmn |
|
<float> |
|
Min depth value |
|
-zmx |
|
<float> |
|
Max depth value |
|
-dl |
|
<boolean> |
|
Do direct layer |
|
-il |
|
<boolean> |
|
Do indirect layer |
|
-dcl |
|
<boolean> |
|
Do direct caustic reflection layer |
|
-dcr |
|
<boolean> |
|
Do direct caustic refraction layer |
|
-icl |
|
<boolean> |
|
Do indirect caustic reflection layer |
|
-icr |
|
<boolean> |
|
Do indirect caustic refraction layer |
*** Remember to place a space between option flags and their arguments. ***
Any boolean flag will take the following values as TRUE: on, yes, true, or 1.
Any boolean flag will take the following values as FALSE: off, no, false, or 0.