mayacmds
maya.cmds is a Python module that provides a scripting interface to Autodesk Maya’s command engine. It offers a large collection of functions that mirror Maya’s built-in commands, enabling users to create, modify, query, and manage objects and scene data from Python scripts. The module is included with Maya and is available in the Maya Python environment.
Usage typically involves importing the module and calling its functions with keyword arguments. For example, importing
Examples of common workflows include: creating and naming objects, moving or rotating parts of the scene with
Relation to other Maya APIs: maya.cmds is a Python wrapper around Maya’s MEL command engine and is