Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
ogsRender [-activeMultisampleType
string] [-activeRenderOverride string]
[-activeRenderTargetFormat
string] [-availableFloatingPointTargetFormat]
[-availableMultisampleType]
[-availableRenderOverrides]
[-camera string] [-currentFrame] [-currentView] [-enableFloatingPointRenderTarget
boolean] [-enableMultisample boolean]
[-frame float] [-height uint] [-layer name] [-noRenderView] [-width uint]
ogsRender is NOT undoable, queryable, and editable.
Renders an image or a sequence using the OGS rendering engineboolean |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-width(-w) |
uint |
|||
|
||||
-height(-h) |
uint |
|||
|
||||
-camera(-cam) |
string |
|||
|
||||
-currentView(-cv) |
||||
|
||||
-layer(-l) |
name |
|||
|
||||
-noRenderView(-nrv) |
||||
|
||||
-frame(-f) |
float |
|||
|
||||
-currentFrame(-cf) |
||||
|
||||
-availableRenderOverrides(
-aro) |
||||
|
||||
-activeRenderOverride(-cro) |
string |
|||
|
||||
-enableMultisample(-ems) |
boolean |
|||
|
||||
-availableMultisampleType(
-amt) |
||||
|
||||
-activeMultisampleType(-mst) |
string |
|||
|
||||
-enableFloatingPointRenderTarget(
-efp) |
boolean |
|||
|
||||
-availableFloatingPointTargetFormat(
-afp) |
||||
|
||||
-activeRenderTargetFormat(
-fpt) |
string |
|||
|
Flag can appear in Create mode of command | Flag can appear in Edit mode of command |
Flag can appear in Query mode of command | Flag can be used more than once in a command. |
// Create a poly sphere. polySphere; // Render it # It will try to save the image with format according # to the file name saved in render globals. ogsRender -w 480 -h 270 ogsRender -w 480 -h 270