https://github.com/blenderskool/blender-depot-importer
📦 Importer add-on to batch install Blender add-ons from the Blender Depot platform
https://github.com/blenderskool/blender-depot-importer
add-on batch blender-addon blender3d importer installation
Last synced: about 2 months ago
JSON representation
📦 Importer add-on to batch install Blender add-ons from the Blender Depot platform
- Host: GitHub
- URL: https://github.com/blenderskool/blender-depot-importer
- Owner: blenderskool
- License: gpl-3.0
- Created: 2019-04-24T13:35:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T08:39:39.000Z (over 6 years ago)
- Last Synced: 2025-07-09T13:07:59.923Z (3 months ago)
- Topics: add-on, batch, blender-addon, blender3d, importer, installation
- Language: Python
- Homepage: https://blenderdepot.netlify.com
- Size: 40 KB
- Stars: 21
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blender Depot importer add-on
This Blender add-on is to be used in conjunction with the [Blender Depot](https://blenderdepot.netlify.com) platform to allow artists to browse and batch install Blender add-ons. It is supported by both Blender 2.7x and 2.8x versions.
The latest release of this add-on can be downloaded from the [Releases page](https://github.com/blenderskool/blender-depot-importer/releases).
Additional Installation and Usage information can be found on the [Wiki](https://github.com/blenderskool/blender-depot-importer/wiki).## Development
This repo as of now is split in two main branches:
- `master` which has the latest stable release of the add-on. (2.8x stable release will be pushed once Blender 2.80 stable releases)
- `2.8x` where development is for Blender 2.8x versions.
- `2.7x` where development is for Blender 2.7x versions.
## Contribution
This repo is open for public contributions.
- Make sure to fork the repo into your account.
- Make changes only in the `2.7x` or `2.8x` branches for targetting respective Blender versions.
- Open a pull request for merging into this repo.## License
The Blender Depot importer add-on is [GPL licensed](https://github.com/blenderskool/blender-depot-importer/blob/master/LICENSE)