Blender Collection is a web application designed to simplify how you manage and share your Blender add-ons. It allows you to create personalized collections of extensions, download them all at once, and easily import them into Blender.
Whether you’re configuring multiple workstations or sharing your setup with the community, Blender Collection ensures portability, consistency, and collaboration.
Example use case: you build a “Modeling Starter Pack” with your favorite tools — Hard Ops, BoxCutter, and LoopTools. With one click, you or your teammates can download and install them all together.Navigate through the available collections on Blender Collection. Each one groups several compatible add-ons. Click on the one you want to download.
On the collection page, click on the Download button to get a .zip file containing all the add-ons.
.zip file.
Locate the downloaded .zip file in your file explorer, right-click on it and select
Extract Here (or Extract All). This will create a folder containing all the add-ons individually.
Open Blender, go to Edit → Preferences → Add-ons and click Install from Disk. Select all the extracted add-ons, confirm, and Blender will install them automatically.
To start creating your own collections, you first need to create an account. It allows you to save, edit, and share your collections with the community.
Once logged in, click on the Create Collection button in the navigation bar to open the creation form.
In the creation form, add your favorite add-ons one by one by pasting their links from Blender Extensions. You can reorder or remove them at any time before saving.
After saving, you can view your collection’s page. From there, you can edit its name, description, or add/remove extensions directly. Changes are saved instantly.
Blender Collection is an open-source project built by and for the Blender community. Whether you're a developer, designer, or technical artist, your help can improve the platform, expand the features, or enhance the user experience.
Contributions can include bug fixes, new features, documentation improvements, or even translations. Every pull request counts.
The project is hosted on GitHub at: github.com/CharlesLindecker/Blender-Collection
To get started, clone the repository and install the dependencies:
git clone https://github.com/LINDECKER-Charles/BlenderAdd-OnListe.git
cd app_blenderCollection
git checkout dev
composer install
You can then run the local development server with:
docker compose up
docker compose exec app composer install
docker compose exec app php bin/console doctrine:migrations:migrate
docker compose exec app php bin/console messenger:consume async -vv
Once your environment is ready, create a new branch describing your modification:
git checkout -b feature/add-new-filter
When your changes are complete, push your branch and open a Pull Request on GitHub. Please describe what your PR does and link it to an issue if possible.
Don’t hesitate to discuss your ideas in the Issues section .
Every contribution helps the project grow. Thank you for your time, your ideas, and your energy 💜