Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mayatk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mayatk

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

  • 0.9.24
  • PyPI
  • Socket score

Maintainers
1

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))

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc