Hacker News new | ask | show | jobs
by UncleEntity 2517 days ago
Almost all of bpy is a simple generated wrapper around builtin C functions but you can (or could, dunno how well its been maintained?) build blender as a python module to import into CPython. Some experimental CMake setting IIRC.