In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
-rendererUIName(-ui) |
string |
   |
|
Set or query the rendererUIName for the specified renderer. The
rendererUIName is the name of the renderer as it would appear in
menus. |
|
-renderGlobalsProcedure(
-rg) |
string |
   |
|
This flag is obsolete. It will be removed in the next
release. |
|
-iprRenderProcedure(-ipr) |
string |
   |
|
Set or query the IPR render command associated with the
specified renderer. |
|
-iprOptionsProcedure(-io) |
string |
   |
|
Set or query the IPR render options procedure associated with
the specified renderer. |
|
-isRunningIprProcedure(-isr) |
string |
   |
|
Set or query the isRunningIpr command associated with the
specified renderer. |
|
-startIprRenderProcedure(
-sti) |
string |
   |
|
Set or query the start IPR render procedure associated with the
specified renderer. |
|
-stopIprRenderProcedure(
-spi) |
string |
   |
|
Set or query the stop IPR render procedure associated with the
specified renderer. |
|
-refreshIprRenderProcedure(
-rfi) |
string |
   |
|
Set or query the refresh IPR render procedure associated with
the specified renderer. |
|
-pauseIprRenderProcedure(
-psi) |
string |
   |
|
Set or query the pause IPR render procedure associated with the
specified renderer. |
|
-changeIprRegionProcedure(
-cir) |
string |
   |
|
Set or query the change IPR region procedure associated with
the specified renderer. |
|
|
string |
   |
|
Set or query the label for the IPR update options menu which is
under the render view's IPR menu. |
|
|
string |
   |
|
Set or query the procedure for creating the sub menu for the
IPR update options menu which is under the render view's IPR
menu. |
|
|
string |
   |
|
Set or query the procedure for creating the sub menu for the
IPR render menu which is under the render view's IPR menu. |
|
-renderProcedure(-r) |
string |
   |
|
Set or query the render command associated with the specified
renderer. |
|
-renderOptionsProcedure(
-ro) |
string |
   |
|
Set or query the render options procedure associated with the
specified renderer. |
|
-renderDiagnosticsProcedure(
-rd) |
string |
   |
|
Set or query the render diagnostics procedure associated with
the specified renderer. |
|
-commandRenderProcedure(
-cr) |
string |
   |
|
Set or query the command line rendering procedure associated
with the specified renderer. |
|
-batchRenderProcedure(-br) |
string |
   |
|
Set or query the batch render procedure associated with the
specified renderer. |
|
-batchRenderOptionsProcedure(
-bro) |
string |
   |
|
Set or query the batch render options procedure associated with
the specified renderer. |
|
-batchRenderOptionsStringProcedure(
-bso) |
string |
   |
|
Set or query the argument string that will be used with the
command line utility 'Render' when doing a batch render |
|
-cancelBatchRenderProcedure(
-cbr) |
string |
   |
|
Set or query returns the cancel batch render procedure
associated with the specified renderer. |
|
-showBatchRenderProcedure(
-sbr) |
string |
   |
|
Set or query the show batch render procedure associated with
the specified renderer. |
|
-showRenderLogProcedure(
-srl) |
string |
   |
|
Set or query the log file render procedure associated with the
specified renderer. |
|
-showBatchRenderLogProcedure(
-brl) |
string |
   |
|
Set or query the log file batch procedure associated with the
specified renderer. |
|
-renderRegionProcedure(-rr) |
string |
   |
|
Set or query the render region procedure associated with the
specified renderer. |
|
-textureBakingProcedure(
-tb) |
string |
   |
|
Set or query the texture baking procedure associated with the
specified renderer. |
|
-polyPrelightProcedure(-pp) |
string |
   |
|
Set or query the polygon prelight procedure associated with the
specified renderer. |
|
|
string |
   |
|
Set or query the procedure reponsible for creating renderer
specific editors submenu under the "Rendering Editors" menu for the
specified renderer. |
|
|
string |
   |
|
This flag is obsolete. It will be removed in the next
release. |
|
-logoImageName(-log) |
string |
   |
|
Set or query the logo image name for the specified renderer.
The logo is a image representing the renderer. |
|
-logoCallbackProcedure(-lgc) |
string |
   |
|
Set or query the procedure which is a callback associated to
the logo for the specified renderer. For example, the logo and the
callback can be used in the unified render globals window beside
the "Render Using" optionMenu. |
|
-namesOfAvailableRenderers(
-ava) |
|
  |
|
Returns the names of renderers which are currently
registered. |
|
-unregisterRenderer(-unr) |
|
  |
|
Unregister the specified renderer. |
|
-exists(-ex) |
|
  |
|
The flag returns true if the specified renderer is registered
in the registry, and it returns false otherwise. |
|
-addGlobalsTab(-agt) |
string string string |
  |
|
Add a tab associated with the specified renderer for the
unified render globals window. |
|
-globalsTabLabels(-gtl) |
|
   |
|
This flag returns the labels of unified render globals window
tabs which are associated with the specified renderer. |
|
-globalsTabCreateProcNames(
-gtc) |
|
   |
|
This flag returns the names of procedures which are used to
create the unified render globals window tabs which are associated
with the specified renderer. |
|
-globalsTabUpdateProcNames(
-gtu) |
|
   |
|
This flag returns the names of procedures which are used to
update the unified render globals window tabs which are associated
with the specified renderer. |
|
-addGlobalsNode(-agn) |
string |
   |
|
This flag allows the user to add a globals node the specified
renderer uses. |
|
-globalsNodes(-gn) |
|
   |
|
This flag returns the list of render globals nodes the
specified renderer uses. |
|