Skip to content
/ bqt Public
forked from techartorg/bqt

Files to help bootstrap PySide2 with an event loop within Blender

License

Notifications You must be signed in to change notification settings

lupin4/bqt

 
 

Repository files navigation

bqt

Add QT support to Blender, letting you create custom UI for your addons with PySide2 QtWidgets.

Requirements

Blender 2.83or higher. Windows or Mac

Installation

PIP install

The installation of bqt with automatic setup for Blender requires the usage of the integrated python interpreter found within ../Blender Foundation/<version>/Python/bin

python.exe -m pip install bqt

Installing from Source

If you are installing from a clone of the repository you can easily install by navigating to bqt's root folder and running:

python setup.py install

Developers

Environment variables

  • BQT_DISABLE_STARTUP if set, completely disable bqt
  • BQT_DISABLE_WRAP if set to 1, disable wrapping blender in a QWindow

Sample code

bqt_demo shows you how to use bqt with several qt demos you can run in Blender

Supported Platforms

bqt is developed on Windows, but also supports Darwin (MacOS). If you are a dev, add a PR for another OS.

About

Files to help bootstrap PySide2 with an event loop within Blender

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 98.4%
  • Batchfile 1.6%