Go to: Synopsis. Return value. Keywords. Flags. MEL examples.
ogs [-deviceInformation] [-disposeReleasableTextures] [-dumpTexture string] [-enableHardwareInstancing boolean] [-fragmentEditor string] [-fragmentXML string] [-gpuMemoryUsed] [-pause] [-rebakeTextures] [-regenerateUVTilePreview string] [-reloadTextures] [-reset] [-shaderSource string] [-toggleTexturePaging] [-traceRenderPipeline boolean]
ogs is NOT undoable, queryable, and NOT editable.
OGS is one of the viewport renderers. As there is a lot of effort involved in migrating functionality it will evolve over several releases. As it evolves it is prudent to provide safeguards to get the database back to a known state. That is the function of this command, similar to how 'dgdirty' is used to restore state to the dependency graph.string |
In query mode, return type is based on queried flag.
Long name (short name) | Argument types | Properties | ||
---|---|---|---|---|
-deviceInformation(-di)
|
|
|||
|
||||
-disposeReleasableTextures(-drt)
|
|
|||
|
||||
-dumpTexture(-dt)
|
string
|
|||
|
||||
-enableHardwareInstancing(-hwi)
|
boolean
|
|||
|
||||
-fragmentEditor(-fe)
|
string
|
|||
|
||||
-fragmentXML(-xml)
|
string
|
|||
|
||||
-gpuMemoryUsed(-gpu)
|
|
|||
|
||||
-pause(-p)
|
|
|||
|
||||
-rebakeTextures(-rbt)
|
|
|||
|
||||
-regenerateUVTilePreview(-rup)
|
string
|
|||
|
||||
-reloadTextures(-rlt)
|
|
|||
|
||||
-reset(-r)
|
|
|||
|
||||
-shaderSource(-ss)
|
string
|
|||
|
||||
-toggleTexturePaging(-ttp)
|
|
|||
|
||||
-traceRenderPipeline(-trp)
|
boolean
|
|||
|
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. |
// Reset the database for all panels running the OGS renderer. // Returns the list of panels affected. If no panels are running the // OGS renderer, stop OGS from listening to DG changes. ogs -reset // Result: modelPanel1 //