-
Notifications
You must be signed in to change notification settings - Fork 25
install bqt addon
hannesdelbeke edited this page Jun 23, 2023
·
5 revisions
Installing bqt as an addon means less coding for you.
- The bqt startup code automatically runs on Blender startup.
- You can disable bqt by disabling the addon.
You can either install through plugget or manually install the addon and its dependencies.
- Download the plugget blender addon by clicking on the link.
- Find the install file in your downloads folder.
- Double-clicking the file will automatically open it in Blender.
- Run the scripts inside to install the addon.
- Find the Plugget addon by going to
Edit > Preferences > Add-ons
. - Type bqt into the search box and click search.
- Click install. This installs the bqt addon and all its dependencies.
#TODO 👷add step by step images
-
Download the latest release. You can download the zip from the repo.
-
Extract the zip and copy the
bqt
folder to your blender addons folder. -
(ADVANCED) Ensure the dependencies are installed from
requirements.txt
Use the Blender python interpreter instead of
python
cd "your/bqt/folder/path"
python -m pip install -r requirements.txt
- Enable the addon by going to
Edit > Preferences > Add-ons
and search forqt