Go to: Synopsis. Return value. Python examples.
canCreateCaddyManip(
object
)
Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.
canCreateCaddyManip is undoable, NOT queryable, and NOT editable.
This command returns true if there can be a manipulator made for the specified selection, false otherwise.boolean |
import maya.cmds as cmds canWeCreateIt = cmds.canCreateCaddyManip('node')