Advanced Addons Installer

Advanced Addons Installer

Browser to directly apply things on selection, when confirm

video of presentation

1-install/reload selected ADDON(S)

“Update” option (in browser):

  • on: install greater version number. reload if same
  • off: previous version allowed (actual version disabled)
    avoids dupplicates and fake modules

2-install folder as an addon

  • detecting “__init__.py” inside

3-install/reload active file from TEXT EDITOR

4-run scripts (single file .py with no bl_info)

5-location and options

-Blender icon menu:

  • install/reload addon (allows to put it in all Quick favorites)

-File menu

  • restart (blender)

-in the default blender installer (in properties)

  • last installed addons
  • disable/enable all addons
  • remove fake-modules
  • clean “missing scripts”
  • clean dupplicates and lower versions

-advanced addons installer browser

  • same menu that the one before in blender properties
  • Installed addons from folder
  • Install from list

-text editor

  • creates a quick favorite ‘Ctrl+Q’
  • “Addon from text editor” in text menu

N.B you can check messages in the console

6 Likes

I fixed multi addon installation. error of indentation…

2 Likes

Huge thank you! with lots of blender versions and tons of addons versions it’s absolutely must have feature!

1 Like

Can I suggest a feature?:

  • Generate a folder (letting the user chose the path) containing all the addons added&enabled by the user -> within that folder it create a readme file containing all the names of the enabled addons (including the bundled ones within Blender, which are listed in the bottom/top part)
2 Likes
1 Like

New feature added to enable/disable all addons at once https://youtu.be/wxQ-z6jpD6k

2 Likes

the last feature is super usefull if you lose your properties after a bug…so do a list and save it somewhere

new version with big updates

2 Likes

Hi! Thank you for update! have a question - is it possible to implement auto cleaning hotkeys of deleted addons? sometimes it not happens while addon uninstalling…