1

As a guy that ALWAYS loved and still loves C++
Does Blender use C++ ?
Some people says Blender and other people says Python

1 Answers1

5

Blender is written in 3 languages: C, C++, and Python.

C - for Blender's [startup/main-loop/shutdown] and most internal functionality, tools, drawing, GUI and editors.

C++ - physics, audio, game-engine and Cycles render engine.

Python - The interface definitions, addons, most format import/export and some tools.

More information can be found here: https://wiki.blender.org/index.php/Dev:Doc/FAQ

Brenticus
  • 6,805
  • 1
  • 13
  • 21