pymel.core.general.saveToolSettings

saveToolSettings(*args, **kwargs)

This command causes all the tools not on the shelf to save their settings as optionVars. This is called automatically by the system when Maya exits.

Derived from mel command maya.cmds.saveToolSettings

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.saveToolSettings()

Previous topic

pymel.core.general.rotate

Next topic

pymel.core.general.scale

Core

Core Modules

Other Modules

This Page