You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supported Blender versions by the system [ 4.0-5.2 ]
Allows for direct python reload via import lib at runtime, made for development and live reload of add-ons upon update to avoid requiring the user to reload blender
About
An add-on for Blender Addons, Allows live discovery/reloading/registration/import order resolution of an addon at runtime, removing the need to restart blender or use 3rd party tools both during development or after an update, QOL for both developers and users. No manual registration is required anymore.