June 2018
Beginner to intermediate
280 pages
6h 58m
English
Python APIs in Blender can do most of the functionalities of Blender. The main jobs that can be done by the APIs are as follows:
Blender provides the bpy module to the Python interpreter. This module can be imported in a script and gives access to Blender data, classes, and functions; scripts that deal with Blender data will need to import this module. The main Python modules we will use in bpy are: