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

causes parent bug on buttonizer #114

Open hannesdelbeke opened 8 months ago

hannesdelbeke commented 8 months ago

https://github.com/hannesdelbeke/buttonizer/blob/main/buttonizer/main.py

this widget tries to delete a childwidget with setparent(None), but bqt auto parents that widget, which results in the widget being adopted by the bqt manager instead