/EasyBPY

A module to simplify the use of the Blender Python API.

Primary LanguagePython

EasyBPY

A module to simplify the use of the Blender Python API.

The purpose of the EasyBPY module is to simplify the use of the Blender API by creating an extra layer of abstraction that is more human-readable, memorable and reduces the user’s exposure to complex code paths.

EasyBPY can be added to Blender by installing it into the (../scripts/modules) folder in the user preferences (AppData). The file can also be re-packaged with any other addon, so long as the developer respects the limitations of the GPL license.

For a visual introduction, please watch the announcement video.

You can either grab the file from here on GitHub, or alternatively on Gumroad.

Documentation (work-in-progress) is available on the Website Wiki.

Alternatively, the official web page will provide a nice breakdown of what's possible.

For more information on the thought process behind EasyBPY, please read this blog post.