|
- Enable/disable floating point render target.
|
enableMultisample (ems) |
bool |
|
|
- Enable/disable multisample.
|
frame (f) |
float |
|
|
- Specify the frame to render.
|
height (h) |
int |
|
|
- The height flag pass the height to the ogsRender command. If not used, the height is taken from the render globals settings.
|
layer (l) |
PyNode |
|
|
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) |
bool |
|
|
- When turned on, the render view is not updated after image computation
|
width (w) |
int |
|
|
- The width flag pass the width to the ogsRender command. If not used, the width is taken from the render globals settings.
|