Go to: Synopsis. Return value. Python examples.

Synopsis

canCreateManip( object )

Note: Strings representing object names and arguments must be separated by commas. This is not depicted in the synopsis.

canCreateManip is undoable, NOT queryable, and NOT editable.

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

Return value

boolean

Python examples

import maya.cmds as cmds

canWeCreateIt = cmds.canCreateManip('node')