In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
width(w) |
uint |
|
|
The width flag pass the width to the ogsRender command. If not
used, the width is taken from the render globals settings. |
|
height(h) |
uint |
|
|
The height flag pass the height to the ogsRender command. If
not used, the height is taken from the render globals
settings. |
|
camera(cam) |
string |
|
|
Specify the camera to use. Use the first available camera if
the camera given is not found. |
|
currentView(cv) |
boolean |
|
|
When turned on, only the current view will be rendered. |
|
layer(l) |
name |
|
|
Render the specified render layer. Only this render layer will
be rendered, regardless of the renderable attribute value of the
render layer. The layer name will be appended to the output image
file name. The specified render layer becomes the current render
layer before rendering, and remains as current render layer after
the rendering. |
|
noRenderView(nrv) |
boolean |
|
|
When turned on, the render view is not updated after image
computation |
|
frame(f) |
float |
|
|
Specify the frame to render. |
|
currentFrame(cf) |
boolean |
|
|
Render the current frame. |
|
availableRenderOverrides(
aro) |
boolean |
|
|
Returns the names of available render overrides. |
|
activeRenderOverride(cro) |
string |
|
|
Set or query the current active render override. |
|
enableMultisample(ems) |
boolean |
|
|
Enable/disable multisample. |
|
availableMultisampleType(
amt) |
boolean |
|
|
Returns the names of available multisample type. |
|
activeMultisampleType(mst) |
string |
|
|
Query the current active multisample type. |
|
enableFloatingPointRenderTarget(
efp) |
boolean |
|
|
Enable/disable floating point render target. |
|
availableFloatingPointTargetFormat(
afp) |
boolean |
|
|
Returns the names of available floating point render target
format. |
|
activeRenderTargetFormat(
fpt) |
string |
|
|
Query the current active floating point target format. |
|