https://github.com/techartorg/bqt
A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt
blender blender-addon pyside2 qt5 tech-art
Last synced: 9 months ago
JSON representation
A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
- Host: GitHub
- URL: https://github.com/techartorg/bqt
- Owner: techartorg
- License: mpl-2.0
- Created: 2019-09-22T22:37:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T18:31:54.000Z (over 1 year ago)
- Last Synced: 2025-03-29T08:07:41.992Z (10 months ago)
- Topics: blender, blender-addon, pyside2, qt5, tech-art
- Language: Python
- Homepage: https://github.com/techartorg/bqt/wiki
- Size: 448 KB
- Stars: 185
- Watchers: 20
- Forks: 27
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BQt
[](https://pypi.org/project/bqt/)
[](https://github.com/techartorg/bqt)
[](https://github.com/techartorg/bqt/wiki)
Add QT support to Blender, letting you create custom UI for your addons with PySide2 QtWidgets.

## Features
| feature | description|
|--|--|
|fully custom UI |Instead of feeling limited by N-Panel only UI. Do whatever you want. |
| cross app | Qt widgets run nativaly in Krita, 3ds Max, Maya, … and are great to use in cross dcc pipelines |
| existing community | hundreds of QT widgets on GitHub you can reuse, and lots of stack exchange questions answered regarding qt.|
|Themed | BQt applies the [blender-qt-stylesheet](https://github.com/hannesdelbeke/blender-qt-stylesheet) so qt widgets will by default look similar to Blender.|
## Requirements
- Blender `2.83`or higher.
- Windows or Mac
- PySide2
- `PyObjC` & `iterm2` (Mac only)
## How to use
1. Install & enable the bqt addon (see [installation docs](https://github.com/techartorg/bqt/wiki/Installation))
2. Create & show your Qt widget, bqt will automatically register it with it's widget manager.
- The [bqt env vars](https://github.com/techartorg/bqt/wiki/Environment-variables) let you toggle bqt features on and off
- sample code: [bqt_demo](bqt_demo) shows you how to use bqt with several qt demos you can run in Blender
### contribute
- i'm a technical writer and want to contribute to the docs. see [readme](https://github.com/techartorg/bqt/wiki/README) on the wiki.
- i'm a dev and want to contribute to bqt code, see [contribute guidelines](https://github.com/techartorg/bqt/wiki/contribute-guidelines).
- i'm a user or tester and want to report a bug or request a feature, please post [here](https://github.com/techartorg/bqt/issues)
### Community
Discuss BQt on
- the BlenderArtists [thread](https://blenderartists.org/t/bqt-custom-ui-for-add-ons-tool-in-blender-with-pyqt-or-pyside/1458808)
- [Ynput thread](https://community.ynput.io/t/use-bqt-for-blender-qt-integration/127)