/tmp/bucket

experiments, poems, art, and stray thoughts

  • archive
  • Tags
  • About
0%

Maya API Basics

Posted on 2022-06-23 In Maya

Concept

  • MObjects
    • class to handle all kinds of data in Maya
    • a handle object pointing to actual data
    • typeless
  • Function Sets
    • work with mobject
  • Wrappers
    • allocated and deallocated by you
  • Proxies
    • used to create custom maya objects (i.e. MPxNode, MPxDeformerNode)

Resources

  • Maya API Programming by Chad Vernon
# maya
Maya Python API: Hello world!
Maya API For C++: How To Debug On Mac
© 2026 Liang Chen