Maya Commands

The following Zoo modules provide extra Maya functions that are built ontop of Maya’s command (cmds) module.

from maya import cmds

Most of the functionality for our toolset tools can be found here.

Our Maya Commands can be accessed with:

from zoo.libs.maya.cmds

For example:

# Returns the scene's frame rate per second.
from zoo.libs.maya.cmds.animation.animconstants.getSceneFPS()