-
Notifications
You must be signed in to change notification settings - Fork 6
Release Notes
Important
Outdated information As of 2025, we are no longer using this wiki page to store release notes of the components. Instead, we now ship our version with Github releases.
Please go to the release page of this repository for up-to-date information.
This page is only kept for historical purposes.
Welcome to the release notes for this Framework. Below you will find an overview of all the changes we did for each release. We try to be as detailed as possible and include all bugs we have fixed, features we have added and things that may have changed. If you have questions about a particular release, don't hesitate to contact our support team!
2024-Sep-9
- Drop Python 2 compatibility - part 1
- New Qt UI resource process
- Fix PNG profile to prevent incorrect sRGB warning
2024-Mar-26
Rebranding component for Flow Production Tracking
2021-Nov-30
Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.
2021-Jun-01
Rebranded to ShotGrid
2020-Oct-05
Updated the API of the Worker class.
Details:
The Worker class QT signals work_completed and work_failure must be accessed through the new Worker class member, notifier. For example, worker.work_completed is now worker.notifier.work_completed, and worker.work_failure is now worker.notifier.work_failure.
2020-Jan-22
Adds Python 3 support.
2018-Mar-20
Fixes a high CPU usage issue on CentOS when using PySide 2.
2017-Mar-15
Removes problematic profiles from png files used as icons.
Details:
This will silence libpng warnings from Qt when the png files are loaded as pixmaps. This is a second attempt as this profile stripping, and uses ImageMagick's "mogrify" command to achieve the desired result, which maintains color consistency.
2016-Aug-25
Updates the framework dependencies to the latest major version.
2015-Nov-24
Switched to using the new screenshot module in the qtwidgets fw. Deprecated boxcutter.exe
The browser widget now uses the Shotgun Utils framework to download thumbnails
Details:
- This supports proxies as well as the correct file/folder permissions
Fixed PyQt compatibility issue
Details:
- Some old versions of PyQt don't contain the Q*Animation classes introduced in Qt 4.6 and this was causing some Toolkit features to fail
Moved the list item's setupUI into a protected method
- this is to make it simple to derive custom list item widgets whilst retaining the base functionality.
Now uses new download_url method introduced in Core v0.14.37
The behaviour of the clear method has changed: As of this version, calling clear will not clear the search box text.
Further optimizations of UI load times in the browser widget.
Added a cap to the number of items shown in the browser widget and a button which allows a user to load all matches.
Fixed issue with the browser widget where downloading a thumbnail could finish/fail before the signal was connected up to handle it
Fixed python 2.5 compatibility issues
Tweaks to the browser widget item thumbnail
Stability fixes and UI tweaks
- Fixed issue with Worker thread continuing to use Qt objects after they had been deleted which could result in severe instability
- Improved UI by Reducing the size of the BrowserWidget thumbnail
Screenshot capture is now run on a seperate thread so that the OS doesn't think the application has hung
Fix for the browser widget so that it correctly scrolls to the selected item once it has been populated
Renames and support for the new name Sgtk.
Updated UI resources to be non-PySide specific so that they will work in PyQt engines
Minor tweaks to thumbnail widget
Fixed bug in thumbnail widget that stopped it working correctly in Maya
Visual fixes to thumbnail and browser widgets
Fixed bug in Thumbnail widget that was causing Nuke to crash
Improvements to the browser widget look
Minor fixes to screenshot support
Added experimental screenshot support
Fixed a unicode bug relating to the search box.
Details: The widget would throw exceptions whenever unicode characters would be entered into the search box, and the search would fail. This bug fix resolves this problem and the search box also supports unicode characters.
Updated to use new folder creation API methods.
Updated the manifest constraints to require core version 0.12.5
Adjusted to work with the QT changes in Core 0.12.5
List items are now correctly displayed when there is only a single item in the list.
Details:
First release to be used by apps.
Details: This release marks the first version that is not used purely for testing. The v0.1.0 is referenced by several of the Tank Apps and marks the first proper baseline release.
Test Release