pymel.core.context.currentCtx

currentCtx(*args, **kwargs)

This command returns the currently selected tool context.

Derived from mel command maya.cmds.currentCtx

Example:

import pymel.core as pm

import maya.cmds as cmds

pm.currentCtx()
# Result: u'manipRotateContext1' #

Previous topic

pymel.core.context.ctxTraverse

Next topic

pymel.core.context.currentTimeCtx

Core

Core Modules

Other Modules

This Page