-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support both pyside2 and pyqt5 #25
Conversation
# Conflicts: # bqt/blender_applications/win32_blender_application.py
8b0f85b
to
8481f77
Compare
Hey! From the looks of it this is the abstraction is very much like Qt.py, correct? If that's the case, should we consider pushing these binding updates to Qt.py and consume from there instead? |
(this PR also includes sys arg passing to QT modules) |
hey, believe this might be related to a newer version of python in blender, or maybe a qt incompatibility . qt5 is more recent than qt.py |
|
tbh think for now we can just leave it with pyside2, and I could remove this qt conversion from the alt tab PR. |
Currently bqt is tied to pyside2
If we want to use pyqt5, bqt won't work. 😞
this PR adds support for both, using Qt5
but do we want this to live inside this repo, so people can just drag n drop all code into blender and it works?
or do we want to only support pip install, and not include qt5 itself in this repo?
This needs discussion on future direction of bqt, @friedererdmann @bob-white @Amatobahn