What's Changed
- Update azure-pipelines.yml
Full Changelog: v1.7.2...v1.7.3
Toolkit component versions
Updated tk-aftereffects to v0.4.5
- Change the way the dialogs are closed when destroying the engine
Updated tk-alias to v4.1.3
- Fix for running Background Publishing in Alias.
- Fix Alias Engine to properly shutdown.
- Add new publish option Export Selection.
- Improve Alias Engine start up.
Updated tk-core to v0.21.8
- Make the "Forgot your password" link visible only when using legacy authentication
Updated tk-desktop to v2.7.7
- Fix MacOS missing dock icon for v1.9 and lower.
- Fix a grammar error in the first-launch notification banner.
Updated tk-flame to v1.19.3
- Improve multi-version support for user creation
Updated tk-framework-adobe to v1.2.7
- New env variable
SHOTGUN_ADOBE_SERVER_PING_TIMEOUT
allows us to initialize the Node server with a higherpingTimeout
, this defines how often the server sends a "ping" to the client to check that the connection is still active - Use TK Core logic to check if PySide is available in the environment instead of depending on direct PySide imports. This creates a more maintainable code across PySide versions.
- The Panel JS closes correctly after the Manager JS is closed.
Updated tk-framework-alias to v2.1.1
- Support Alias 2025.1 and improve Alias plugin start up.
- Performance and resiliency improvements.
- Increase server timeout for Alias API calls
- Improve performance on batch Alias API calls
- Improve framework initialization time
- Handle client disconnect more gracefully
- Bug fix to set client timeout
- Update python packages
Updated tk-framework-desktopserver to v1.7.6
- Updates cryptography to 43.0.1
- Updates pyOpenSSL to 24.2.1 (required for cryptography)
- Fixes CVE-2024-6119
- Fixes CVE-2024-4603
- Fixes CVE-2024-2511
- Package Python modules
- Upgrade Twisted to 24.10.0
Updated tk-framework-qtwidgets to v2.12.5
- Adds a preset filter feature to the filter menu widget.
Updated tk-maya to v0.13.3
- Support minimize button for Toolkit dialogs on Maya for Windows.
- To enable this feature, use
enable_dialogs_minimize_button
settings in tk-maya.yml config file
Updated tk-multi-shotgunpanel to v1.9.2
- Adds a filter presets feature. Filter presets pre-defined in the configuration can now be toggled on or off in the UI and allow for more complex server-side filtering.
- Adds the ability to configure which sort fields appear in the Tasks tab sort menu.
Updated tk-nuke-quickreview to v1.3.2
- Drop compatibility with Python 2
Updated tk-photoshopcc to v1.11.5
- Make sure the widgets are properly deleted to avoid orphaned python processes when closing Photoshop on MacOS.
- The context (_CONTEXT_CACHE) is now correctly updated and available after saving or publishing a document.
Updated tk-shotgun-launchvredreview to v1.2.1
- The import for urllib has changed, removing the dependency on six and Python 2.
- Clean up deprecated Azure Pipelines flags.