Go to: Synopsis. Flags. Return value. Python examples.
pause([seconds=int])
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
pause is undoable, queryable, and editable.
Pause for a specified number of seconds for canned demos or for test scripts to allow user to view results.| Long name (short name) | [argument types] | Properties | ||
|---|---|---|---|---|
seconds(sec)
|
int
|
|
||
|
||||
import maya.cmds as cmds cmds.pause( sec=10 )