pymel.core.windows.canCreateCaddyManip

canCreateCaddyManip(*args, **kwargs)

This command returns true if there can be a manipulator made for the specified selection, false otherwise.

Derived from mel command maya.cmds.canCreateCaddyManip

Example:

::

import pymel.core as pm

canWeCreateIt = pm.canCreateCaddyManip(‘node’)