/blender_addon_utils

Utility module to help automatically installing addon dependencies and checking for updates

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

blender gplv3 docs

blender_addon_utils

The blender_addon_utils module offers functionality to enable the end-users of your blender addon to easily install pip, as well as any dependencies your addon requires.

Documentation

Detailed documentation is available at readthedocs.

Example

The end user will be presented with a panel like this, if there are missing dependencies:

For an example of an addon that uses this functionality, checkout my pcb2blender_importer addon.

License

  • This project is licensed under GPLv3.