See the complete release notes.
v1.7.5
What's Changed
- Added new file handling for NX File (.prt) (#137) (SHOT-4439)
- Updated VRED actions for loader and panel (#138)
- Added Photoshop PNG and JPG publish plugins (#139) (SG-27509)
Toolkit Component Versions
Updated tk-3dsmax to v1.4.4
- Added support for 3ds Max 2026 (#48)
- Fixed winreg import error (#47)
- Reviewed and unified code handling for supported DCC versions (SG-32814)
Updated tk-aftereffects to v0.4.6
Updated tk-alias to v4.1.9
- Updated minimum supported version for Alias 2026.0
- Supported Alias Learning Edition #216
- Blocked publish export selection if nothing is selected #217
- Fixed loader actions in Alias #218
- Reviewed and unified code handling for supported DCC versions (SG-32814)
Updated tk-core to v0.22.4
- Prevented QtImporter from raising an exception if QtWebEngine is not available
- Added RV Live Review metrics
- Fixed web login not working with PySide2
- Removed code related to QtWebKit since Qt4 is no longer supported
- Replaced deprecated
utcnow()
function - Bumped python-api to v3.8.4
Updated tk-desktop to v2.7.12
- Removed dead authentication code
- Replaced deprecated
utcnow()
function - Hooked PreInitialization to ensure early initialization tasks during bootstrap
- Ensure datetime objects are initialized in naive mode
Updated tk-flame to v1.19.6
- Handled snapshot export
Updated tk-framework-alias to v2.2.2
- Updated Alias Python Plugin to v4.1.0 to support 2026.0
- Updated Alias Python API to v6.0.0 to support 2026.0
- Increased server max HTTP buffer for Alias API requests
- Added API reference docs for Alias 2026
- Added OpenModel Alias Python API files for supported Alias and Python versions
- Improved exception handling in Alias #93
Updated tk-framework-desktopserver to v1.8.3
- Updated cryptography to 44.0.1
Updated tk-framework-shotgunutils to v5.10.3
- When using
ShotgunModel._refresh_data()
to refresh the data model, only the first column was refreshed, while the documentation stated 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. - Addressed flaky tests with the latest PySide6
Updated tk-houdini to v1.9.6
- Updated supported versions of Houdini (#80)
- Reviewed and unified code handling for supported DCC versions (SG-32814)
Updated tk-maya to v0.13.6
- Added support for Maya 2026 (#121)
- Reviewed and unified code handling for supported DCC versions (SG-32814)
Updated tk-multi-launchapp to v0.13.5
- Improved experience for MotionBuilder (SG-32814)
Updated tk-multi-publish2 to v2.10.4
- Set the text format on the description box so Qt will strip whitespace even if no HTML tags are present
Updated tk-nuke to v0.15.7
- Added support for Nuke 16 (#115)
- Replaced mock (#113)
- Removed YAML deprecation warning (#114)
- Reviewed and unified code handling for supported DCC versions (SG-32814)
Updated tk-photoshopcc to v1.11.9
- Fixed broken in-app tests
- Added support for Photoshop 2025 (v26)
- Quick fix for RuntimeError: Internal C++ object (TankQDialog) already deleted. Thanks to @kogi18
- Fixed RPC propagation for log messages
- Allowed export plugin to be used in basic configuration (SG-27509)
- Fixed Windows-specific regression when using multiple widgets (SG-39324)
Updated tk-vred to v3.5.4
- Updated minimum supported version to 2026 by @staceyoue in #133
- Supported VRED Learning Edition #135
- Updated VRED actions #136
- Reviewed and unified code handling for supported DCC versions (SG-32814)
v1.7.6
FPTR Basic Configuration v1.7.6 Release
What's Changed in Toolkit component versions
Updated tk-3dsmax to v1.4.6
- Use unittest.mock instead of deprecated mock third party library.
- Removed try/except sgutil blocks and
ensure_
methods.
Updated tk-aftereffects to v0.4.7
- SG-39698 Removed try/except sgutils block in #60
Updated tk-alias to v4.2.1
- New engine hook for Alias Api Extensions
- Bump tk-framework-alias minimum version to v2.3.0
- Removed try/except sgutil blocks and
ensure_
methods.
Updated tk-core to v0.23.1
- Add support for QtWebEngineWidgets in tk-core qt wrapper (SG-39733)
- Fix an issue where it was not possible to use ToolkitManager to bootstrap an engine if tk-core was installed using pip (SG-9141)
- Remove Python 2 code (SG-38307)
- FIx an issue where the package version was wrong when installing using a package manager (SG-40146)
- We copied the
ensure_binary
andensure_str
functions from the python-api and added a deprecation warning because these functions are going to be decommissioned soon. These functions are gone in the python-api v3.9.0. (SG-39698) - Removed primary dependence on
distutils
package since it's not supported by Python 3.12. This is a preparation step for VFX 2026. We first try to usepackaging.version
instead and fall back todistutils
for older versions of Python. (SG-36372) - Replaced
imp
module withimportlib
since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664) - Bump ruamel.yaml to 0.18.14. The previous version depended on the
distutils
package. (SG-39809) - Bump python-api to v3.9.0. This now includes the Python 2 removal.
- Remove excessive warning logging related to DCC version comparisons
- Restore
linux2
keys to fix regression with Advanced Project Setup wizard
Updated tk-desktop to v2.8.0
- Removed dependence on
ensure_binary
andensure_str
. Removed dependence onsgutils
package. (SG-39698) - Fix CI issue caused by the latest tk-core release. (SG-40311)
- Removed primary dependence on
distutils
package since it's not supported by Python 3.12. This is a preparation step for VFX 2026. We first try to usepackaging.version
instead and fall back todistutils
for older versions of Python. (SG-36372) - Replaced
imp
module withimportlib
since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664)
Updated tk-flame to v1.19.7
- Add the order tag to Flame menu command to preserve the order
- Split UI for pre/post 2026 project creation
Updated tk-framework-adminui to v0.8.1
- Fixup regression with Linux fields being invisible introduced by tk-core
v0.22.6
Updated tk-framework-adobe to v1.2.11
- Removed try/except sgutil blocks and
ensure_
methods in #90 - New CEP plugin - fixing ZXP sign issue in #92
Updated tk-framework-alias to v2.3.1
- Alias Python API updated for 2026.0
- Added Alias Python API Extensions capabilities
- Security updates to python packages
- Use super() instead of an explicit call to the parent function.
Updated tk-framework-desktopclient to v0.4.3
- Updated pre commit hook versions.
- Removed try/except sgutil blocks and
ensure_
methods. - Removed sgutils missed (SG-39698).
- Ensure binary
send
andrecv
(SG-39698).
Updated tk-framework-desktopserver to v1.8.5
- Resolved a GLIBC version incompatibility that affected web integration on Enterprise Linux 8 (SG-39655 - PRs #298 and #299)
- Removed try/except sgutil blocks and
ensure_
methods (SG-39698).
Updated tk-framework-qtwidgets to v2.12.8
- Replaced mock in #175
- Removed try/except sgutils block in #176
- Fixed Python 2 code removal regression - SQLite payload is binary, not text (SG-40361 in PR 177).
Updated tk-framework-shotgunutils to v5.11.1
- Removed dependence on
ensure_binary
andensure_str
. Removed dependence onsgutils
package. (SG-39698) - Replaced
imp
module withimportlib
since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664) - Fixed Python 2 code removal regression - 'str' object has no attribute 'decode' in UserSettings (SG-40414 in PR 170).
Updated tk-houdini to v1.9.9
- Remove unused Python third party libraries related to Python 2 support (SG-40135 - PR #85)
- SG-39698 Removed try/except sgutils block in #83
Updated tk-multi-data-validation to v0.3.3
- Fixed an issue where the app froze when trying to run the fix action for a rule with dependencies (SHOT-4564).
Updated tk-multi-launchapp to v0.14.0
- Switch
distutil.version
topackaging.version
since it's not supported by Python 3.12. This is a preparation step for VFX 2026. We first try to use packaging.version instead and fall back to distutils for older versions of Python. (SG-36372)
Updated tk-multi-loader2 to v1.25.3
- Removed try/except sgutils block in #125
Updated tk-multi-publish2 to v2.10.5
- Removed try/except sgutil blocks and
ensure_
methods.
Updated tk-nuke to v0.16.0
- Removed dependence to
ensure_binary
andensure_str
. Removed dependence onsgutils
package. (SG-39698) - Replaced
imp
module withimportlib
since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664) - Skip unit tests for Nuke versions lower than 10. This happened because of the
distutils
removal on tk-core. (SG-40319)
Updated tk-photoshopcc to v1.12.0
- Replaced imp module with importlib since it's not supported by Python 3.12. This is a preparation step for VFX 2026. (SG-15664)