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
162 stars 23 forks source link

add support for deregistration #40

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

To be able to turn bqt into a blender addon, which can be enabled/disabled, bqt needs deregistration support.

on deregistration, bqt should clean up the QApplication, any widgets, and un wrap blender from Qt.

hannesdelbeke commented 1 year ago

regerister is supported except for un wrap the window from the qt window wrapper. i believe this is not possible