techartorg / bqt

A Blender add-on to support & manage Qt Widgets in Blender (PySide2)
https://github.com/techartorg/bqt/wiki
Mozilla Public License 2.0
172 stars 25 forks source link

Another similar project #6

Closed melMass closed 4 years ago

melMass commented 4 years ago

Hi,

I'm using PySide2 for parts of a blender plugin I'm making, I based mine around this one:

https://github.com/cube-creative/guibedos/blob/master/guibedos/blender.py

I don't have the time right now to compare it with yours but I will and I thought you might be interested :)

bob-white commented 4 years ago

Interesting. Looks very similar, though I can't see any code that ensures that the Qt-related windows are parented to the blender process.

hannesdelbeke commented 1 year ago

storing another link to similar project openpype has a qt manager for multiple OS they do say it's slow on non windows

https://github.com/ynput/OpenPype/blob/develop/openpype/hosts/blender/api/ops.py