/tmp/bucket

A place to dump my thoughts

  • Table of Contents
  • Overview
  1. 1. Concept
  2. 2. Resources

Liang Chen

Random thoughts, experiments, and notes.
44 posts
14 categories
42 tags
0%

Maya API Basics

Posted on 2022-06-23 Edited on 2024-02-20 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
© 2025 Liang Chen
Powered by Hexo & NexT.Muse