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

issue settings not saved #64

Closed hannesdelbeke closed 1 year ago

hannesdelbeke commented 1 year ago

problem

when closing blender by clicking ❌ to close the window., on restart addons don't remember their enabled/disabled settings. Likely all preferences are not being saved.

trackdown

this happens in the latest BQT versions, but was not an issue in older BQT versions.

might be related too https://github.com/techartorg/bqt/issues/47

hannesdelbeke commented 1 year ago

might also be related to wrapping the save dialogue in qt on exit. https://github.com/techartorg/bqt/pull/56

hannesdelbeke commented 1 year ago

this is now resolved