blender/scripts/modules/bpy_extras/extensions
Campbell Barton 606562c12b Extensions: fix re-registered repos failing to include add-on modules
Enabling & disabling a repository removed it's module from sys.modules
but kept any sub-modules (in this case add-ons).

The problem with this is enabling the add-ons again could reuse the
cached modules which failed to include the add-on in the parent
modules name-space.

This meant `dir(bl_ext.repo_module)` couldn't be used to access
sub-modules.
2024-01-19 17:19:08 +11:00
..
junction_module.py Extensions: fix re-registered repos failing to include add-on modules 2024-01-19 17:19:08 +11:00