Your Ad Here

Go to: Synopsis. Flags. Return value. MEL examples.

Synopsis

performanceOptions [-clusterResolution float] [-disableStitch on|off|interactive] [-disableTrimDisplay on|off|interactive] [-latticeResolution float] [-passThroughBindSkinAndFlexors on|off|interactive] [-passThroughBlendShape on|off|interactive] [-passThroughCluster on|off|interactive] [-passThroughFlexors on|off|interactive] [-passThroughLattice on|off|interactive] [-passThroughPaintEffects on|off|interactive] [-passThroughSculpt on|off|interactive] [-passThroughWire on|off|interactive] [-useClusterResolution on|off|interactive] [-useLatticeResolution on|off|interactive]

performanceOptions is undoable, queryable, and editable.

Sets the global performance options for the application. The options allow the disabling of features such as stitch surfaces or deformers to cut down on computation time in the scene. Performance options that are in effect may be on all the time, or they can be turned on only for interaction. In the latter case, the options will only take effect during UI interaction or playback. Note that none of these performance options will affect rendering.

Flags

clusterResolution, disableStitch, disableTrimDisplay, latticeResolution, passThroughBindSkinAndFlexors, passThroughBlendShape, passThroughCluster, passThroughFlexors, passThroughLattice, passThroughPaintEffects, passThroughSculpt, passThroughWire, useClusterResolution, useLatticeResolution
Long name (short name) [argument types] Properties
-passThroughFlexors(-pf) on|off|interactive queryedit
Sets the state of flexor pass through

In query mode, this flag needs a value.

-passThroughBindSkinAndFlexors(-pbf) on|off|interactive queryedit
Sets the state of bind skin and all flexors pass through

In query mode, this flag needs a value.

-passThroughSculpt(-ps) on|off|interactive queryedit
Sets the state of sculpt deformer pass through

In query mode, this flag needs a value.

-passThroughLattice(-pl) on|off|interactive queryedit
Sets the state of lattice deformer pass through

In query mode, this flag needs a value.

-passThroughWire(-pw) on|off|interactive queryedit
Sets the state of wire deformer pass through

In query mode, this flag needs a value.

-passThroughBlendShape(-pbs) on|off|interactive queryedit
Sets the state of blend shape deformer pass through

In query mode, this flag needs a value.

-passThroughCluster(-pc) on|off|interactive queryedit
Sets the state of cluster deformer pass through

In query mode, this flag needs a value.

-passThroughPaintEffects(-pp) on|off|interactive queryedit
Sets the state of paint effects pass through

In query mode, this flag needs a value.

-useClusterResolution(-ucr) on|off|interactive queryedit
Sets the state of cluster deformer global resolution. This allows clusters to be calculated at a lower resolution.

In query mode, this flag needs a value.

-useLatticeResolution(-ulr) on|off|interactive queryedit
Sets the state of lattice deformer global resolution. This allows lattices to be calculated at a lower resolution.

In query mode, this flag needs a value.

-clusterResolution(-cr) float queryedit
Sets the global cluster resolution. This value may range between 0.0 (exact calculation) and 10.0 (rough approximation)

In query mode, this flag needs a value.

-latticeResolution(-lr) float queryedit
Sets the global lattice resolution. This value may range between 0.0 (exact calculation) and 1.0 (rough approximation)

In query mode, this flag needs a value.

-disableStitch(-ds) on|off|interactive queryedit
Sets the state of stitch surface disablement. Setting this to "on" suppresses the generation of stitch surfaces.

In query mode, this flag needs a value.

-disableTrimDisplay(-dt) on|off|interactive queryedit
Sets the state of trim drawing disablement. Setting this to "on" suppresses the drawing of surface trims.

In query mode, this flag needs a value.


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

Return value


string One of "on", "off", or "interactive" giving the state of the option

float Global resolution value

MEL examples

// Disable the generation of stitch surfaces
performanceOptions -ds true;

// Put sculpt deformers into pass-through mode during interaction/playback
performanceOptions -ps interactive;

  

Return to Autodesk Index


Your Ad Here