Go to: Synopsis. Flags. Return value. Related. Python examples.

Synopsis

displayStats([frameRate=boolean])

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

displayStats is undoable, queryable, and editable.

(Obsolete) - This command is no longer used and has been rendered obsolete to the headsUpDisplay command.

Flags

frameRate
Long name (short name) [argument types] Properties
frameRate(fr) boolean createquery
Display frame rate (in Hertz) on 3D ports

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 have multiple arguments, passed either as a tuple or a list.

Return value


none

Related

currentUnit, displayAffected, displayColor, displayCull, displayLevelOfDetail, displayPref, displayRGBColor, displaySmoothness, displaySurface, hide, refresh, showHidden, toggle

Python examples

import maya.cmds as cmds

# No example available for displayStats obsolete command.