Skip to content

Releases: shotgunsoftware/tk-config-basic

v1.7.5-rc1

11 Jun 21:54
Compare
Choose a tag to compare
v1.7.5-rc1 Pre-release
Pre-release

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

  • Added support for After Effects 2025 (#59)
  • Fixed broken in-app tests (#58)

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.11

  • Removed dead authentication code
  • Replaced deprecated utcnow() function
  • Hooked PreInitialization to ensure early initialization tasks during bootstrap

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)

FPTR Basic Configuration v1.7.4

02 Apr 20:57
Compare
Choose a tag to compare

What's Changed

  • SHOT-4426: Create Smart Reference action only for native VRED file types by @staceyoue in #134
  • SHOT-4394: Add import environment option in Loader2 for VRED by @staceyoue in #135

Full Changelog: v1.7.3...v1.7.4

Toolkit component versions

Updated tk-3dsmax to v1.4.2

Removed Python 2 code.

Updated tk-alias to v4.1.6

  • Dynamic Alias installation hard drive letter lookup.
  • Fix proxy server handling and improve loader action performance
  • Removed Python 2 code.

Updated tk-core to v0.22.2

  • Formalize the end of CentOS support.
  • Python API can use a custom CA Cert store using the SHOTGUN_API_CACERTS variable. App Session Launcher uses a different API and was using a different CA Cert store. It is now aligned with python-api (certifi).
  • Update python-api from v3.6.2 to v3.8.1. Enables payload optimization by default.
  • Sync Unknown Events metrics. Differenciate desktop engine metrics.
  • Add support to PySide6 for availableGeometry. Handle AttributeError.
  • Update pre-commit hook versions.
  • Minor improvement in pre-commit configuration file.
  • Update repository badges.
  • PySide/Qt4 is no longer supported.
  • Update python-api to v3.8.2, which prevents a flaky disconnection when uploading thumbnails on publish.

Updated tk-desktop to v2.7.10

  • Fix about box / licenses encoding bug that happened on some versions of desktop on macOS.
  • Remove CentOS 7 End Of Support outdated banner.
  • Update pre-commit hook versions.
  • Update Software Credits.
  • Update license HTML.
  • Refactor __launch_app_proxy_for_project in a QThread.
  • Removed Python 2 code.
  • The prefix 'v' was added to ensure correct version comparison in the uses_legacy_authentication() function.

Updated tk-desktop2 to v1.6.1

Removed Python 2 code.

Updated tk-flame to v1.19.5

Support project creation when no volume is configured
Removed Python 2 code.

Updated tk-framework-adminui to v0.8.0

  • Formalize the end of CentOS support.

Updated tk-framework-adobe to v1.2.10

  • Removed Python 2 code.
  • Requirements for pkgs.zip updated.
  • Certifi upgrade to 2024.12.14.
  • Hook for socketIO prepare_http_session.
  • Env var to enable proxy.

Updated tk-framework-alias to v2.1.4

  • Add Alias API async functionality
  • Removed Python 2 code.
  • Add handling for proxy servers
  • eventlet updated to 0.38.0 for python 3.7 requirements.
  • idna updated to 3.10 for python 3.7 requirements.
  • certifi updated to 2025.1.31.
  • typing-extensions package renamed.

Updated tk-framework-desktopclient to v0.4.0

  • Package the Python third parties as ZIP.
  • Bump websocket-client version to 1.6.1 (last version that supports Python 3.7).
  • Remove Python2-specific syntax.

Updated tk-framework-desktopserver to v1.8.2

  • Formalize the end of CentOS support.
  • Remove Python2-specific syntax.
  • This version was tagged before as v2.0.0 by mistake.
  • Certifi package updated to 2024.12.14 for each python version
  • Update old PySide (1) syntax for method setResolveSymlinks. This causes a bug when clicking on browse file for File/Link fields on FPTR web.
  • Fix Apple Silicon binaries that were not included in the previous release.
  • Update pre-commit black hook to 25.1.0

Updated tk-framework-qtwidgets to v2.12.6

  • Removed Python 2 code.

Updated tk-framework-shotgunutils to v5.10.2

  • Removed Python 2 code.

Updated tk-houdini to v1.9.4

Removed Python 2 code.

Updated tk-maya to v0.13.4

Removed Python 2 code.

Updated tk-multi-about to v0.5.2

Removed Python 2 code.

Updated tk-multi-data-validation to v0.3.2

  • Removed Python 2 code.

Updated tk-multi-launchapp to v0.13.4

  • Removed Python 2 code.
  • Improved metrics collection.

Updated tk-multi-publish2 to v2.10.3

  • Removed Python 2 code
  • Add UI option to turn on/off Background Publishing (when supported)

Updated tk-multi-pythonconsole to v1.4.3

Removed Python 2 code.

Updated tk-multi-reviewsubmission to v1.3.1

Removed Python 2 code.

Updated tk-multi-setframerange to v0.6.2

Accurately get the frame range from site to Houdini.

Updated tk-nuke to v0.15.5

Reverts Hiero log level after emitting a log message. Thanks to @reformstudios
Removed Python 2 code.

Updated tk-photoshopcc to v1.11.6

Removed Python 2 code.

Updated tk-shell to v0.10.2

Removed Python 2 code.

Updated tk-vred to v3.5.1

Improvements, bug fixes, new developer docs

Details

  • New Loader2 action to import environments
  • Update FPT Desktop find VRED software routine for Windows 11
  • Fix FPT Panel Create Smart Reference action
  • Remove Python 2 support
  • New developer docs https://developers.shotgridsoftware.com/tk-vred/
    Removed Python 2 code.

FPTR Basic Configuration v1.7.4 RC3

25 Mar 22:52
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.7.4-rc2...v1.7.4-rc3

Toolkit component versions

Updated tk-framework-alias to v2.1.4

  • eventlet updated to 0.38.0 for python 3.7 requirements.
  • idna updated to 3.10 for python 3.7 requirements.
  • certifi updated to 2025.1.31.
  • typing-extensions package renamed.

Updated tk-multi-launchapp to v0.13.4

  • Improved metrics collection.

FPTR Basic Configuration v1.7.4 RC2

15 Mar 00:12
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.7.4-rc1...v1.7.4-rc2

Toolkit component versions

Updated tk-desktop to v2.7.10

  • The prefix 'v' was added to ensure correct version comparison in the uses_legacy_authentication() function.

Updated tk-multi-setframerange to v0.6.2

  • Accurately get the frame range from site to Houdini.

FPTR Basic Configuration v1.7.4 RC1

12 Mar 15:11
Compare
Choose a tag to compare
Pre-release

What's Changed

  • SHOT-4426: Create Smart Reference action only for native VRED file types by @staceyoue in #134
  • SHOT-4394: Add import environment option in Loader2 for VRED by @staceyoue in #135

Full Changelog: v1.7.3...v1.7.4-rc1

Toolkit component versions

Updated tk-alias to v4.1.3

  • Bug fix for running Background Publishing in Alias

C:\Users\chaucae\Documents\projects\tk-mari>python C:\Users\chaucae\Documents\changelog-config-release.py tk-config-basic v1.7.4-rc1 v1.7.3

What's Changed

  • VRED smart references only support native files (#134)
  • Do not show smart reference actions for non-native VRED files
  • SHOT-4394: Add import env option for VRED (#135)

Toolkit component versions

Updated tk-3dsmax to v1.4.2

Removed Python 2 code.

Updated tk-alias to v4.1.6

  • Dynamic Alias installation hard drive letter lookup.
  • Fix proxy server handling and improve loader action performance
  • Removed Python 2 code.

Updated tk-core to v0.22.2

  • Formalize the end of CentOS support.
  • Python API can use a custom CA Cert store using the SHOTGUN_API_CACERTS variable. App Session Launcher uses a different API and was using a different CA Cert store. It is now aligned with python-api (certifi).
  • Update python-api from v3.6.2 to v3.8.1. Enables payload optimization by default.
  • Sync Unknown Events metrics. Differenciate desktop engine metrics.
  • Add support to PySide6 for availableGeometry. Handle AttributeError.
  • Update pre-commit hook versions.
  • Minor improvement in pre-commit configuration file.
  • Update repository badges.
  • PySide/Qt4 is no longer supported.
  • Update python-api to v3.8.2, which prevents a flaky disconnection when uploading thumbnails on publish.

Updated tk-desktop to v2.7.9

  • Fix about box / licenses encoding bug that happened on some versions of desktop on macOS.
  • Remove CentOS 7 End Of Support outdated banner.
  • Update pre-commit hook versions.
  • Update Software Credits.
  • Update license HTML.
  • Refactor __launch_app_proxy_for_project in a QThread.
  • Removed Python 2 code.

Updated tk-desktop2 to v1.6.1

Removed Python 2 code.

Updated tk-flame to v1.19.5

Support project creation when no volume is configured
Removed Python 2 code.

Updated tk-framework-adminui to v0.8.0

  • Formalize the end of CentOS support.

Updated tk-framework-adobe to v1.2.10

  • Removed Python 2 code.
  • Requirements for pkgs.zip updated.
  • Certifi upgrade to 2024.12.14.
  • Hook for socketIO prepare_http_session.
  • Env var to enable proxy.

Updated tk-framework-alias to v2.1.3

  • Add Alias API async functionality
  • Removed Python 2 code.
  • Add handling for proxy servers

Updated tk-framework-desktopclient to v0.4.0

  • Package the Python third parties as ZIP.
  • Bump websocket-client version to 1.6.1 (last version that supports Python 3.7).
  • Remove Python2-specific syntax.

Updated tk-framework-desktopserver to v1.8.2

  • Formalize the end of CentOS support.
  • Remove Python2-specific syntax.
  • This version was tagged before as v2.0.0 by mistake.
  • Certifi package updated to 2024.12.14 for each python version
  • Update old PySide (1) syntax for method setResolveSymlinks. This causes a bug when clicking on browse file for File/Link fields on FPTR web.
  • Fix Apple Silicon binaries that were not included in the previous release.
  • Update pre-commit black hook to 25.1.0

Updated tk-framework-qtwidgets to v2.12.6

  • Removed Python 2 code.

Updated tk-framework-shotgunutils to v5.10.2

  • Removed Python 2 code.

Updated tk-houdini to v1.9.4

Removed Python 2 code.

Updated tk-maya to v0.13.4

Removed Python 2 code.

Updated tk-multi-about to v0.5.2

Removed Python 2 code.

Updated tk-multi-data-validation to v0.3.2

  • Removed Python 2 code.

Updated tk-multi-launchapp to v0.13.3

  • Removed Python 2 code.

Updated tk-multi-publish2 to v2.10.3

  • Removed Python 2 code
  • Add UI option to turn on/off Background Publishing (when supported)

Updated tk-multi-pythonconsole to v1.4.3

Removed Python 2 code.

Updated tk-multi-reviewsubmission to v1.3.1

Removed Python 2 code.

Updated tk-nuke to v0.15.5

Reverts Hiero log level after emitting a log message. Thanks to @reformstudios
Removed Python 2 code.

Updated tk-photoshopcc to v1.11.6

Removed Python 2 code.

Updated tk-shell to v0.10.2

Removed Python 2 code.

Updated tk-vred to v3.5.1

Improvements, bug fixes, new developer docs

Details

  • New Loader2 action to import environments
  • Update FPT Desktop find VRED software routine for Windows 11
  • Fix FPT Panel Create Smart Reference action
  • Remove Python 2 support
  • New developer docs https://developers.shotgridsoftware.com/tk-vred/
    Removed Python 2 code.

FPTR Basic Configuration v1.7.3

23 Jan 20:38
Compare
Choose a tag to compare

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 higher pingTimeout, 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.

FPTR Basic Configuration v1.7.3 RC1

16 Dec 22:00
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Update azure-pipelines.yml

Full Changelog: v1.7.2...v1.7.3-rc1

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.2

  • 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 higher pingTimeout, 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.

FPTR Basic Configuration v1.7.2

10 Oct 17:37
Compare
Choose a tag to compare

What's Changed

  • Fix python console name to match the app name (#132)

  • Add new major version for tk-framework-alias (#133)

Full Changelog: v1.7.1...v1.7.2

Toolkit component versions

Updated tk-3dsmax to v1.4.1

Drop Python 2 compatibility - part 1

Updated tk-aftereffects to v0.4.4

Remove CC from product name

Remove compatibility with Python 2 (part 1)

Fix placeholder text style for Qt6

Updated tk-alias to v4.0.0

  • Performance update and support Python 3.11 and PySide6

Details

  • Improve Data validation performance

  • Add config setting for data validation max error display

  • AliasPy module updates

  • Update documentation

  • Bump minimum required version for tk-framework-alias v2.0.0

Updated tk-core to v0.21.7

  • Bump python-api to v3.6.2

  • Remove compatibility with Python 2 (part 1)

  • New YML build UI resources

Updated tk-desktop to v2.7.5

  • Prevent flaky tests

  • Create a banner to announce the end of support for Python 3 7 and SGD 1.7

  • new import for ensure_* functions

  • New build resources yml

  • Use Enum for pyside2/6

  • Standardize osutils

Fix QDialog Enum

Updated tk-flame to v.19.2

Fix Flame 2025.1 project creation

New Build resources

New Build resources

Updated tk-framework-adminui to v0.7.7

  • Use QTextCursor Enum for Qt6

  • New build resources YML

Updated tk-framework-adobe to v1.2.4

  • Update requests to 2.32.2 because 2.32.0 was yanked

  • Separate Bundles

  • Remove CC from product name as far as possible

  • Update certifi to 2024.7.4

  • import six replaced by sgutils for ensure_* funcs

  • Add Python 3.11 modules

Updated tk-framework-desktopclient to v0.3.4

Drop Python 2 compatibility - part 1

Updated tk-framework-desktopserver to v1.7.3

  • Update certifi to 2024.7.4

  • Update setuptools to 70.0.0

  • Improve error handling

  • import six replaced by sgutils for ensure_* funcs

  • Add Python 3.11 modules

Updated tk-framework-qtwidgets to v2.12.4

  • Update required tk-framework-shotgunutils version

  • Improve note input widget UI

  • Update README: ShotGrid to Flow Production Tracking (Thanks to @sungbinlee)

  • first phase python2 dropping

  • new build resources yml

  • Don't use ensure_str to prevent crashing

Updated tk-framework-shotgunutils to v5.10.1

  • Drop Python 2 compatibility - part 1

  • New Qt UI resource process

Updated tk-framework-widget to v1.2.1

  • Drop Python 2 compatibility - part 1

  • New Qt UI resource process

  • Fix PNG profile to prevent incorrect sRGB warning

Updated tk-houdini to v1.9.3

Create the use_short_menu_name setting & Remove Python 2 compatibility

As of version 20.5.368, Houdini 20.5 is supported.

Updated tk-maya to v0.13.2

Rename the use_sgtk_as_menu_name setting to use_short_menu_name

Updated tk-multi-about to v0.5.1

Clean-up Azure flags and new build_resources.yml configuration.

Updated tk-multi-data-validation to v0.3.1

  • Option to turn on/off auto-refresh feature

  • Allow detail items to be multi-selected and perform bulk actions

  • Improve error handling and display critical errors more visibly

Updated tk-multi-launchapp to v0.13.2

  • Run mogrify to strip the problematic profiles

  • New build resources yml

Updated tk-multi-loader2 to v1.25.2

  • First phase Python 2 removing

  • New build resources yml

Updated tk-multi-publish2 to v2.10.1

  • Support publishing ICEM file types in standalone publisher

  • New build resources yml

Updated tk-multi-pythonconsole to v1.4.2

New build resources YML

Updated tk-multi-setframerange to v0.6.1

Run mogrify to strip the problematic profiles

Updated tk-multi-shotgunpanel to v1.9.1

  • New build resources yml

  • Fix RGB CSS warning

  • Fixup blank home icon when FPTR user has no thumbnail defined

Updated tk-nuke to v0.15.3

Rename the use_sgtk_as_menu_name setting to use_short_menu_name

Add support to Nuke 15.1

Updated tk-nuke-quickreview to v1.3.1

New Qt UI resource process

Updated tk-photoshopcc to v1.11.3

Remove CC from product name. Run mogrify to strip the problematic profiles.

Remove compatibility with Python 2 (part 1)

Fix placeholder text style for Qt6

Updated tk-shotgun to v0.11.1

Drop Qt4 compatibility - part 1

Updated tk-vred to v3.4.1

Bug fixes and update minimum supported VRED version

Details

  • Fix breakdown hook

  • Ensure panel app is visible on open

  • Run mogrify to strip the problematic profiles

  • Show progress dialog when importing files async

  • Update min supported logic to avoid dialog pop up

FPTR Basic Configuration v1.7.2 RC3

01 Oct 20:58
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v1.7.2-rc2...v1.7.2-rc3

Toolkit component versions

Updated tk-houdini to v1.9.3

As of version 20.5.368, Houdini 20.5 is supported.

Updated tk-nuke to v0.15.3

Add support to Nuke 15.1

FPTR Basic Configuration v1.7.2 RC2

17 Sep 18:50
f902feb
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Add new major version for tk-framework-alias (#133)

Toolkit component versions

Updated tk-alias to v4.0.0

  • Performance update and support Python 3.11 and PySide6

Details

  • Improve Data validation performance
  • Add config setting for data validation max error display
  • AliasPy module updates
  • Update documentation
  • Bump minimum required version for tk-framework-alias v2.0.0

Updated tk-desktop to v2.7.5

Fix QDialog Enum

Updated tk-flame to v1.19.2

New Build resources