A Blender add-on to install plugget packages.
It uses native Blender UI with minimal dependencies to provide a simple but stable addon to get started with plugget.
Before install, ensure you have:
- Git for Windows installed
- Windows OS
Using the blend file installer (recommended)
- Download and open the blend file, and run the scripts inside to auto install the add-on.
- Or run this code in Blender
Manual installation
- download this repo as a zip and extract the zip. ensure you have the file
plugget_addon.py
- Go to
Edit/Preferences... (menu) -> add-ons (tab)
and clickInstall
button - Browse to the
plugget_addon.py
- In the search bar, type
plugget
and enable the add-on - On enable, the plugget-installer add-on will automatically install plugget. And show any errors below the install button.
You should now see a message saying
plugget installed successfully
. If something failed you can always try again by clicking the install button, or disable and re-enable the add-on
- blenderartists thread
If this tool is helpfull, you can ⭐ star it on the github page, just click the ⭐ star button in the top-right of this page.