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.
| Long name (short name) |
[argument types] |
Properties |
-passThroughFlexors(-pf)
|
on|off|interactive
|

|
|
Sets the state of flexor pass through
In query mode, this flag needs a value.
|
|
-passThroughBindSkinAndFlexors(-pbf)
|
on|off|interactive
|

|
|
Sets the state of bind skin and all flexors pass through
In query mode, this flag needs a value.
|
|
-passThroughSculpt(-ps)
|
on|off|interactive
|

|
|
Sets the state of sculpt deformer pass through
In query mode, this flag needs a value.
|
|
-passThroughLattice(-pl)
|
on|off|interactive
|

|
|
Sets the state of lattice deformer pass through
In query mode, this flag needs a value.
|
|
-passThroughWire(-pw)
|
on|off|interactive
|

|
|
Sets the state of wire deformer pass through
In query mode, this flag needs a value.
|
|
-passThroughBlendShape(-pbs)
|
on|off|interactive
|

|
|
Sets the state of blend shape deformer pass through
In query mode, this flag needs a value.
|
|
-passThroughCluster(-pc)
|
on|off|interactive
|

|
|
Sets the state of cluster deformer pass through
In query mode, this flag needs a value.
|
|
-passThroughPaintEffects(-pp)
|
on|off|interactive
|

|
|
Sets the state of paint effects pass through
In query mode, this flag needs a value.
|
|
-useClusterResolution(-ucr)
|
on|off|interactive
|

|
|
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
|

|
|
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
|

|
|
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
|

|
|
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
|

|
|
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
|

|
|
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.
|
|