Skip to content

Version Support

Stacey Oue edited this page Jul 12, 2024 · 10 revisions

Python Versions

The Alias toolkit engine uses the Python interpreter shipped with Flow Production Tracking Desktop, or a locally installed interpreter. A locally installed interpreter may lead to unexpected behaviour. Please contact support if you would like to use this in your studio environment.

tk-alias Engine FPTR Desktop App Python Version
<=2.0.5 <=1.5.8 2.7.x
2.0.6 to 2.1.4 1.6.0 to 1.7.2 2.7.x, 3.7.x
2.1.5 to 2.1.9 1.7.x 3.7.x
2.2.0 to 2.2.1 1.7.x to v1.8.x 3.7.x, 3.9.x
3.x.x 1.7.x to v1.9.x 3.7.x, 3.9.x, 3.10.x

Alias Versions

The Alias Engine (tk-alias) and/or the Alias Framework (tk-framework-alias) require updates to support new Alias versions. Listed below are Alias versions and the required tk-alias and tk-framework-alias versions.

Alias tk-alias tk-framework-alias
2021 >= 2.0.6, < 3.0.0 N/A
2022 >= 2.0.11, < 4.0.0 < 2.0.0
2022.2 >= 2.1.1, < 4.0.0 < 2.0.0
2023 >= 2.1.7 >= 1.0.2
2024 >= 3.0.0 >= 1.0.2
2024.1 >= 3.0.0 >= 1.2.0
2025 >= 3.2.0 >= 1.4.0

Qt Versions

Alias prior to 2024.0 did not use Qt. The Alias Engine (tk-alias) up until this point used the Qt (PySide) version shipped with FPTR Desktop. Once Alias 2024.0 introduced Qt, tk-framework-alias was created to support the FPTR integration in Alias. The framework runs in the same process as Alias, so it must match the Alias Qt version. The Alias Engine is started by the framework in a separate process than Alias, so it will continue to use the Qt (PySide) version shipped with FPTR Desktop.

Alias Alias Qt tk-framework-alias Qt tk-alias Qt
< 2024.0 N/A N/A FPTR Desktop PySide Version
< 2025.0 5.15.0 PySide2 5.15.0 FPTR Desktop PySide Version
< 2025.1 6.2.10 PySide6 6.2.1 FPTR Desktop PySide Version
2025.1 6.5.5 PySide6 6.5.5 FPTR Desktop PySide Version

Updates

2024-Jul-12

  • Starting with tk-alias v4.0.0, Alias 2022 will no longer be supported. If Alias 2022 is needed, tk-alias engine < v4.0.0 can be used.

2024-Mar-08

  • Python 3.10.x is supported with tk-framework-alias v1.2.1 to be compatible with Flow Production Tracking Desktop v1.9.x

2023-Mar-06

  • We now support both Python versions v3.7.x and v3.9.x to be compatible with SG Desktop v1.8.0

Other Notes

Clone this wiki locally