|
|
|
|
|
by pzone
2526 days ago
|
|
Blender's Python API, although cleaner and better organized than Maya's, only offers a sliver of Maya's functionality. Maya has a standard maya.cmds API for scripting which works similarly to how Blender's Python API. Maya also has a separate library maya.api.OpenMaya which is a wrapper around its C++ plugin api. Blender doesn't offer anything like this. |
|