Skip to main content

.

Project description

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 the class Node from the package.
As the name suggests, the class Node holds the package's node related functions.
from mayatk import Node
Node.isLocator(<obj>)
You can also import a function directly.
from mayatk.Node import isGroup
isGroup(<obj>)

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.5.4.tar.gz (58.0 kB view hashes)

Uploaded Source

Built Distribution

mayatk-0.5.4-py3-none-any.whl (68.8 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