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

Close dialogue to prevent save dialogue hidden behind qt widgets #56

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

qt is always rendered on top of blender, so when you try to close blender, sometimes the save scene dialogue is hidden behind a qt widget. this leads to confusion, since blender is now frozen, but the qt widgets are not.

to fix this, we reimplement the dialogue in qt, and render it on top of everything. we freeze input to force user to deal with the popup.

original blender style, but hidden behind qt image

new qt dialogue , always in front image

hannesdelbeke commented 1 year ago

closer style match now