Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 657 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 657 Bytes

Blender

Blender has an embedded Python interpreter which is loaded when Blender is started and stays active while Blender is running. Blender provides its Python modules, such as bpy and mathutils , to the embedded interpreter so they can be imported into a script and give access to Blender's data, classes, and functions.

Refrences