Go to: Synopsis. Return value. Python examples.

Synopsis

rememberCtxSettings( [string] )

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

rememberCtxSettings is undoable, NOT queryable, and NOT editable.

This command restores a tool to its saved settings. This command must only be called once for each tool created and should be called at the point the tool is created.

Return value

None

Python examples

import maya.cmds as cmds

cmds.rememberCtxSettings('Move')