This is a native app which allow you to install, update and remove Blender extensions
TODO
- Manage(Local repo)
- select one repo
- edit / remove extension
- search
- Convert addon to extension
- select .py/ folder addon
- make it an extension
- edit and send to repo (no-english recommand)
- make it a zip as extension
- Edit
- edit extension info
- edit extension tags
Edit Dialog / Edit Tags
- Clone the repository
git clone <repository_url>
cd <repository_directory>
- Set up a virtual environment
python -m venv venv
venv\Scripts\activate # on Windows
- Install the required dependencies
pip install -r requirements.txt
python main.py --dev
--dev
auto-reload--web
run on browser
only windows now windows_output: .dist/BEM.exe
python build.py