VI. Extending Blender

Unlike many programs you might be familiar with, Blender is not monolithic and static. You can extend its functionalities even without having to modify the sources and recompile.

There are two ways of extensions: Python scripting and Binary Plugins, the former being the preferred and most used. THis Part will describe both.

Table of Contents
Python Scripting
TBW