A blog for brain droppings and tech stuff

Maya Python API

For the past few years I have been working with Maya’s Python API, aka OpenMaya 2.0. I find that it does a fairly good job of bridging Maya’s C++ API with a more “Pythonic” wrapper than OpenMaya. Less syntax is required since we can pass Python data types such as

Read more