Skip to content

Initialization framework for Blender extensions.

License

Notifications You must be signed in to change notification settings

ivan-perevala/lib_bhqmain

Repository files navigation

Initialization framework for Blender extensions

PyPI Status License: MIT Documentation Status Tests Spell Check

Logo

Lightweight library that helps structure code into chunks. The idea is simple: there is a main chunk and derived chunks. When the invoke method of the main chunk is called, it invokes all derived chunks, and the same applies to the cancel method. The actual implementation handles situations where one of the chunks is unable to invoke or cancel - in this case, all previously invoked chunks will be cancelled, and information about what happened will be logged.

Links:

© 2024-2025 Ivan Perevala (ivan95perevala@gmail.com)

About

Initialization framework for Blender extensions.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Languages