Releases: shotgunsoftware/tk-framework-shotgunutils
Releases · shotgunsoftware/tk-framework-shotgunutils
v5.11.2
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
v5.11.0
2025-Sep-11
What's Changed
- Removed dependence on 1ensure_binary
andensure_str. Removed dependence onsgutils` package. (SG-39698) - Replaced
impmodule withimportlibsince 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
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