Skip to main content

*mayattk is a collection of backend utilities for Autodesk Maya.*

Project description

License: MIT Version CoreUtils Tests ProjUtils Tests XformUtils Tests NodeUtils Tests MashUtils Tests EditUtils Tests ComponentUtils Tests CameraUtils Tests MatUtils Tests RigUtils Tests

MAYATK (Maya Toolkit)


mayattk is a collection of backend utilities for Autodesk Maya.

Installation:

To install: Add the mayatk folder to a directory on your python path, or install via pip in a command line window using:

python -m pip install mayatk

Example use-case:

import mayatk as mtk
mtk.is_group(<obj>)
# Returns: bool

mtk.getBoundingBox(<obj>, 'centroid|size') 
# Returns: tuple containing bounding box center and size.
# ex. ((-0.02406523456116849, -0.8100277092487823, 0.0), (3.3830200057098523, 4.0155477063595555, 3.40770764056194))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mayatk-0.7.4.tar.gz (82.4 kB view hashes)

Uploaded Source

Built Distribution

mayatk-0.7.4-py3-none-any.whl (99.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page