Skip to content
/ mayatk Public

A collection of backend utilities for Autodesk Maya.

License

Notifications You must be signed in to change notification settings

m3trik/mayatk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License: MIT Version CoreUtils Tests XformUtils Tests EditUtils Tests NodeUtils Tests CamUtils Tests MatUtils Tests RigUtils Tests

MAYATK (Maya Toolkit)


mayatk 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.get_bounding_box(<obj>, 'centroid|size')
# Returns: tuple containing bounding box center and size.
# ex. ((-0.02406523456116849, -0.8100277092487823, 0.0), (3.3830200057098523, 4.0155477063595555, 3.40770764056194))

About

A collection of backend utilities for Autodesk Maya.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages