Plugget
Plugget is a package manager to easily install tools in your apps.
It aims to dummy proof tool distribution, and is designed to assist artists in the games & VFX industry.
Github repo: plugget
Plugget is not an environment manager
- make more accessible
Features¶
- a pip install is too advanced for artists, so plugget simplifies this with a simple UI & 1click installer.
- a pip install installs to python site pacackages. not all dcc’s isolate their python environment. So python scripts installed in the users site packages folder, aimed to be used in unreal, might also show in blender.
Plugget instead installs to the correct isolated folder for the dcc to avoid this. - Instead of every user having to figure out the correct install process, a dev does this once by defining the correct manifest, saving all end users time.
- The end user maintains control which tools are installed. But a dev can define a tool install list.
- … TODO describe more features
Private notes
- plugget changelog
- plugget RAW dev notes
- GITHUB PROJECT PLANNING
- plugget package manifest repo
Backlinks¶
- Pyblish marketplace
- a central repo that tracks plugins (overlap with plugget)
- challenging to keep documentation updated
- I’m starting to run into issues with my bigger projects that are organic and change or grow a lot
big projects need not only code updates, but also documentation updates.
- I’m starting to run into issues with my bigger projects that are organic and change or grow a lot
- plugget Unreal
- plugget qt blender addon
- Maya plugin template
- plugget handles this
- support Maya site packages in documents folder
C:/Users/H/Documents/maya/2026/scripts/site-packages
plugget is only importable after adding it withsys.addsitedir
- AYON
- Blender tool launcher
- most tools are not easy to install
- plugget is my attempt at this, but it’s still rough around the edges.
- detect-app
- used by plugget
- TODO create local test env
- in the release env we install from pip and plugget pkgs
Python pip
plugget
- in the release env we install from pip and plugget pkgs
- Blender - install addon from repo
- I can add the Github repo to the plugget packages repo, so we can 1-click install it from Plugget. but I have to
- Blender PyFlow R&D
- Blender paths not found if not exist on startup
- plugget blender installers (attempt to) handle this
- plugin templates
- every template should have a tutorial on how to add to plugget
- tool distribution
- winget manifest query