-
Notifications
You must be signed in to change notification settings - Fork 25
Installation
Hannes Delbeke edited this page Sep 28, 2023
·
8 revisions
Choose your type of setup:
- (recommended) Install bqt addon
- (advanced) pip install bqt module
- (advanced) bqt contributors might want to install with setup bqt develop environment.
⚠️ mac users need to install additional python modules, this is not yet automated. see mac-dependencies
Once bqt is running, create a test widget in Blender (from console, not Text Editor)
import PySide2.QtWidgets
a = PySide2.QtWidgets.QMainWindow()
a.show()