Hacker News new | ask | show | jobs
by Elizer0x0309 2538 days ago
Datapoint: I've had/have a really good experience with Blender. Countless opensource resources to fill any gaps in the export pipeline. Not to mention the relatively easy python api that gives you access to all the scene's data.
1 comments

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.