• Stars
    star
    403
  • Rank 106,500 (Top 3 %)
  • Language
    Python
  • Created about 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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.