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

simplify widget registration with bqt manager #80

Open hannesdelbeke opened 1 year ago

hannesdelbeke commented 1 year ago

it automatically works if you disabled qt wrapping for bqt by setting the env var BQT_DISABLE_WRAP to 1 it assumes you parented all widgets with bqt.widget_manager.add(my_widget)

hannesdelbeke commented 1 year ago

need to decide on ease of use method name

currently we have both

bqt.add is short and sweet, saves time typing and easy to remember. but do we need it? decide before we start plastering it all over our docs

hannesdelbeke commented 1 year ago

clash with addon register method