Paya is an object-oriented toolkit for Maya riggers. Unlike other libraries, it doesn't re-wrap maya.cmds
or the
OpenMaya API. Instead, it adds
functionality to PyMEL types at runtime
for an integrated and familiar experience.
Included is the most comprehensive, and intuitive, implementation of :doc:`maths rigging using Python operators <maths_rigging>` available anywhere, with over 100 methods for linear algebra, trigonometry and more.
Customisation goes far beyond PyMEL's virtual classes system to include attribute (including subtype), component and data types with true inheritance for the first time.
.. grid:: 2 :padding: 0 :gutter: 3 :margin: 3 0 0 0 .. grid-item-card:: Basics :link: docs/basics :link-type: doc Install Paya, administer PyMEL patching and get tinkering. .. grid-item-card:: Idioms :link: docs/idioms :link-type: doc Discover workflows particularly suited to Paya. .. grid-item-card:: Types :link: types_index :link-type: doc Documentation for every method on every node, attribute, component and data class.
Full documentation can be found here.