Skip to content

Releases: techartorg/bqt

1.2.3

06 Jun 17:43
0f230bf
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.2...1.2.3

1.2.2

06 Jun 17:07
8d79c24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.1...1.2.2

1.2.1

06 Jun 16:43
Compare
Choose a tag to compare
  • fix minor bug with auto registering
  • optimisation with auto registering

Full Changelog: 1.2.0...1.2.1

1.2.0

06 Jun 14:44
ed930d1
Compare
Choose a tag to compare

What's Changed

minor note: bqt.widget_manager.add was renamed to register
technically not backward compatible, but was only live for a few hours. so no major version bump

Full Changelog: 1.1.0...1.2.0

1.1.0

06 Jun 12:31
Compare
Choose a tag to compare

main changes

  • added focus manager for when blender is not wrapped in qt
    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)

Other

  • refactored some code, cleanup and docstrings, no functional changes
  • changed pypi packaging to exclude demo files bqt_demo
  • removed QFocusOperator, removed the need for the operator. BQT now doesn't register any operators anymore.

note: generate release notes didn't work because we didn't use a PR

1.0.0

05 Jun 15:14
Compare
Choose a tag to compare

new release after several years.

lots of updates went in. main changes:

  • fix focus issue where keyboard keys get stuck
  • bqt can now also be installed as an add-on
  • various bug fixing and cleanup of code

major version change, bumping to 1.0.0, likely not compatible with old 0.2.0 version

What's Changed

New Contributors

Full Changelog: 0.2.0...1.0.0

It works! (mainly on Windows)

21 Apr 20:41
Compare
Choose a tag to compare
Pre-release

What's to say, add this to Blender's addons and then you can host PySide2 dialogs within Blender.
This is a pre-release build. There may (will) be issues. Please use the issue tracker and/or ask questions on the #blender channel at the Tech-Artists.org Slack.