Skip to content

Releases: shotgunsoftware/tk-framework-shotgunutils

v5.11.2

12 Mar 14:23
99318ff

Choose a tag to compare

Add VFX CY2026 support, fix segfault and remove PySide1 references.

What's Changed

  • Fix Python syntax warnings related to regexp exclude character (SG-40620 - PR #172)
  • Remove outdated references to PySide1 (SG-39031 - PR #174)
  • Fix random segfault by controlling Qt object destruction order (SG-42069 - PR #178)
  • Add support for VFX CY2026 - Python 3.13 - Qt 6.8 (SG-40980 - PR #175)

Full Changelog: v5.11.1...v5.11.2

v5.11.1

19 Sep 22:44
2a7cca4

Choose a tag to compare

What's Changed

  • UserSettings - Error details: 'str' object has no attribute 'decode' (SG-40414 - PR #170)

v5.11.0

11 Sep 15:41
1b65266

Choose a tag to compare

v5.11.0 Pre-release
Pre-release

2025-Sep-11

What's Changed

  • Removed dependence on 1ensure_binaryandensure_str. Removed dependence on sgutils` package. (SG-39698)
  • Replaced imp module with importlib since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664)

Full Changelog: v5.10.3...v5.11.0

v5.10.3

11 Jun 16:55
b3803ee

Choose a tag to compare

2025-Jun-11

What's Changed

  • When using ShotgunModel._refresh_data() to refresh the data model, only the first column was refreshed, while the documentation says that a full rebuild of the model should be issued. Now, when new data arrives, it discovers the rest of the items on the same row (siblings) and updates their text if needed.
  • Address flaky tests with latest PySide6

Full Changelog: v5.10.2...v5.10.3