Skip to content

1.2.0

Choose a tag to compare

@MHendricks MHendricks released this 19 Aug 01:19
· 106 commits to main since this release

Drop support for Qt4

This release drops support for PySide/PyQt4.

What's Changed

  • Show if a logger is disabled, and prevent logging_config from disabling loggers. by @MHendricks in #34
    • The Logging button now shows a warning if a python logger is disabled.
    • Improvement to how python logging config prefs are applied. Now uses disable_existing_loggers=False so loggers are not disabled when logging config's are re-applied.
  • Support Qt5 and Qt6 drop support for Qt4 by @MHendricks in #23
    • Support for PySide6/PyQt6 added. Support for PySide/PyQt4 has been dropped. Now requires Qt.py>=1.4.4.
    • Added 3ds Max example DCC integration plugin and updated the Maya integration.

Full Changelog: 1.1.0...1.2.0