Skip to content
This repository has been archived by the owner on Jun 25, 2022. It is now read-only.

pyTSon 1.0.4 for TS3 3.1 (apiVersion 21)

Compare
Choose a tag to compare
@pathmann pathmann released this 01 Nov 18:18
· 403 commits to master since this release

Changelog:

  • added some example plugins (see the scripts directory)
  • empty infoData will be ignored from now on, you should set infoTitle to None, if your script does not show any infoData
  • all python plugin code is now wrapped in try-except-blocks (exceptions in clientlog)
  • added pytsonui.getValues as convenience function to add simple configdialogs (recommended way is still to create dialogclasses)
  • hotkeys and menuitems are now reloaded, if the python plugin or all python plugins are reloaded
  • plugins are now reloaded, even if they offer a menuitem and/or hotkey
  • quintptr is now registered as metatype (eg. for use with internalIDs in QAbstractItemModels)
  • QAbstractItemModel/QModelIndex can now contain QObject-based objects as internalPointer (classic Qt type is void*)
  • bundle contains docs as pdf now

EDIT: Reuploaded windows releases, just fixed escaping in package.ini