Does blender have an API for loading rendering models?

Does blender have a C++ API for loading, rendering, and rendering the animations of blender models?

Looking here:


I can’t find any. I think the API is Python. …but then again, I remember hearing that development was done in C, so… i dunno. you might be able to access parts of it anyway…

Nope. If it did, we could have wrapped it with SWIG for python scripting and everyone could go home early.

Closest thing you will get is the Python Scripting API.