Hacker News new | ask | show | jobs
by toutoutastro 5077 days ago
It's in python I think.
3 comments

It's possible to write Python-scripts to use in Blender. Blender itself, however, is written in C.
Blender embeds a custom Python interpreter for its GUI and plugins.
ok, to wrap things up I downloaded the source, hobin and pestaa are right on - its c with an embedded python interpreter for writing your own scripts.
i told u