pymel.core.general.resetTool

resetTool(*args, **kwargs)

This command resets a tool back to its “factory settings”

Derived from mel command maya.cmds.resetTool

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.resetTool( 'moveSuperContext' )

Previous topic

pymel.core.general.reorderContainer

Next topic

pymel.core.general.rotate

Core

Core Modules

Other Modules

This Page