Skip to content

Releases: shotgunsoftware/tk-config-default2

Shotgun Default2 Configuration v1.6.3 RC2

12 Mar 19:19
Compare
Choose a tag to compare
Updated tk-multi-publish2 to v2.7.1

Release notes: https://github.com/shotgunsoftware/tk-multi-publish2/wiki/Release-Notes#v271

Shotgun Default2 Configuration v1.7.0 Alpha 1

11 Mar 19:00
Compare
Choose a tag to compare

No new features. Just for internal testing.

Shotgun Default2 Configuration v1.6.3 RC1

11 Mar 15:11
Compare
Choose a tag to compare
Updated tk-houdini to v1.8.8

Release notes: https://github.com/shotgunsoftware/tk-houdini/wiki/Release-Notes#v188

Shotgun Default2 Configuration v1.6.2

08 Mar 16:52
faa5a93
Compare
Choose a tag to compare

Features/Polish

Updated tk-desktop to v2.6.11

  • Add missing links to toolkit repositories.
  • Add missing link to tk-alias.
  • Enable support for Python 3.10 in CI.
  • Add open source license.
  • Add SECURITY.md file.
  • Fixes the RuntimeError that occurs silently when create any Qt application in the engine_init core hook.
  • Remove link to LMV repository.
  • Update licensing.
  • Fixes libpng iCCP warnings that are displayed when launching the desktop app from the terminal
  • Bump copyright year
  • Fix PySide6 compatibility issue
  • Update osutils with a fat binary that uses x86_64 and arm64 architectures.

Updated tk-core to v0.20.35

  • Add support for private repositories in Gitub Release descriptor
  • Bump python-api to v3.4.1
  • Improve logs on the authentication dialog
  • Display all available methods in the authentication dialog
  • Fixup App Session Launcher issue when using a proxy server
  • Make App Session Launcher the default authentication method
  • Add PySide6 patch for QWheelEvent::delta method

Updated tk-alias to v3.0.3

  • LMV translation updates and improve thumbnails
  • Fix Alias startup failure on reading file
  • Add tk-framework-lmv requirement
  • Add action to SG panel to import a note attachment
  • Improve error logging from Alias Python API
  • Add Upload 3D Version note references are not included
  • Add extra validation for translator path and log messaging
  • Add hook to customize ShotGrid menu
  • Open published file using SG Toolkit Action
  • Include Version thumbnail in LMV package for ShotGrid
  • Fix multiple ShotGrid menus showing in Alias after restart
  • Update tk-framework-alias min version

Updated tk-framework-alias to v1.2.1

  • Pyside6 support for Alias 2025.0
  • Fix restart Alias plugin
  • Alias Python API update to v4.2.0
  • Add software credits
  • Add support for Python 3.10
  • Ensure all supported python versions have their packages installed
  • Improve error logging
  • Add files for Alias Python Plugin v3.1.3
  • Add files for Alias Python API v3.7.0, v4.3.0
  • Remove unused Alias distribution files

Updated tk-framework-aliastranslations to v0.2.4

  • Bug fix and improvement that provides option to specify translator.

Updated tk-framework-adobe to v1.1.10

  • Internal documentation changes
  • Upgrade urllib3 to 2.1.0

Updated tk-framework-desktopserver to v1.6.5

  • Upgrade Cryptography to 42.0.4
  • Add binary requirements for Python 3.10

Updated tk-flame to v.18.0

  • Improve project creation and application startup

Updated tk-flame-export to v1.10.7

  • Add support for QT6/PySide6

Fixed bugs

Updated tk-multi-setframerange to v0.5.2

Updated tk-houdini to v1.8.7

  • Fix integration for Houdini 20 with Python 3.10 (Thanks to @paulgolter)

Updated tk-3dsmax to v1.2.6

  • Fix tk-multi-loader2 bug on 3dsmax 2024 with Python 3.10.
  • Improve error logging.

Updated tk-framework-shotgunutils to v5.8.8

  • Fix order when adding new items before caching
  • Fix ShotgunDataRetriever Errors for Items without a Thumbnail

Updated tk-multi-loader2 to v1.23.3

  • Fixed mutable keyword argument: Multiloader.open_publish (Thanks to @j0yu).
  • Remove mogrify execution from build resources. Now it's part of the Azure CI workflow.

Updated tk-multi-shotgunpanel to v1.8.10

  • Add refresh button and bug fix for creating the dialog widget.

Updated tk-desktop2 to v1.5.2

  • Fixes JSON parsing for Python 3.9+
  • Fix path to Create's python

Shotgun Default2 Configuration v1.6.2 RC3

29 Feb 21:29
4e0079a
Compare
Choose a tag to compare
Down version tk-framework-aliastrnaslations until tk-alias v3.0.3 is …

…released. (#158)

Shotgun Default2 Configuration v1.6.2 RC2

28 Feb 19:06
Compare
Choose a tag to compare
Updated tk-multi-shotgunpanel to v1.8.10

Release notes: https://github.com/shotgunsoftware/tk-multi-shotgunpanel/wiki/Release-Notes#v1810

Shotgun Default2 Configuration v1.6.2 RC1

28 Feb 18:14
Compare
Choose a tag to compare
Updated tk-flame to v.18.0

Release notes: https://github.com/shotgunsoftware/tk-flame/wiki/Release-Notes#v180

Shotgun Default2 Configuration v1.6.1

22 Jan 19:28
Compare
Choose a tag to compare

Features/Polish

Add custom hook for Houdini tk-multi-workfiles2 (#152)

Houdini ui_config.py hook is available starting in v1.8.6

tk-houdini to v1.8.6

  • Add hook for tk-multi-workfiles2 and documentation link updates.

tk-framework-qtwidgets to v2.10.10

  • Improvements and fixes to the filtering component
  • Fix permission issue on the activity stream when user does not have read access on script
  • Developer documentation link updates
  • Fix to context selector to ensure the context has the entity name
  • Improvements to the delegates component
  • Add support for SG entities in the filtering search bar
  • Fixes sorting items in the filter menu.
  • Fixes bug in save/restore filter menu state.
  • Fixes a SyntaxError ocurring in older versions of Houdini and Nuke that still rely on Python2.

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.8

  • Official support for Maya 2024
  • Fixes a RuntimeError that occurred on Windows when network paths were double-escaped while setting the Maya Project.

tk-multi-launchapp to v0.12.6

  • Add indication when an app launches on SG Desktop.
  • Remove deprecation warnings from Python 3.10
  • Use the first version in list as group_default (as advertised in info.yaml). Thanks to @dsagilles for the contribution.

tk-core to v0.20.30

  • Improve unit tests.
  • Send metrics to ShotGrid regarding the authentication experience. This includes:
    • user_authentication_method (default, oxygen, saml, ...)
    • auth UX (basic login/password, web login, local browser)
    • client UI (qt_dialog, console)
    • renewal (true/false)
  • Fixup Python 2 compatibility.
  • Introduces the 'default_storage_root' hook that makes it possible to use a single configuration to switch between different storage roots per project.
  • Improve developer documentation regarding tk-core hooks
  • Detect the application name sent to ShotGrid
  • Remove warnings raised by CI tests
  • Bump python-api to v3.3.6
  • App Session Launcher fixups and improvements
  • Add support for Python 3.10
  • Fix PySide6 patch for QPalette.Background and PySide import ordering
  • Add compatibility with PySide6 for the web login
  • Fixups and improvements for the App Session Launcher authentication
  • Minor fixups for the App Session Launcher authentication
  • Allow a client to override the behavior of ShotgunAuthenticator.get_user_from_prompt.
  • Allow a client to bypass the HTTPS requirement for the authentication methods.

tk-framework-adobe to v1.1.9

  • Bump certifi from 2022.12.7 to 2023.7.22
  • Bump requests from 2.25.0 to 2.31.0

tk-framework-desktopserver to v1.6.4

  • Automate internal dependency updates.
  • Updates Cryptography to 41.0.3.
  • Updates Certifi to 2023.7.22.
  • Replace cgi module with the html module to support the escape method.
  • Cryptography 41.0.3 module uses cp37-abi3-manylinux_2_28_x86_64 WHEEL. This requires glibc 2.28 and breaks desktop menu items on CentOS7. This version fixes this by explicitly installing a manylinux_2_17 compatible WHEEL on Linux platforms.

tk-multi-pythonconsole to v1.3.2

  • Add handling for QRegExp/QRegularExpression for PySide6 support
  • Update Developer doc links
  • Update UI automation and build script improvements

tk-framework-shotgunutils to v5.8.7

  • Supports Python 3.10 syntax

tk-vred to v3.0.3

  • VREDPy improvements and documentation link updates.
  • Update minimum support for VRED 2024.
  • Update support for VRED 2024.2.

tk-alias to v3.0.2

  • Update minimum supported version to 2022.

tk-multi-bg-publish to v0.1.5

  • Improve debug log messages and developer documentation updates.

tk-multi-workfiles2 to v0.14.0

  • Removed Alias and VRED Engines to make them controlled via the config moving forward
  • Added view mode buttons to toggle between a grid and list view.
  • Added filter menu button to provide additional filtering capabilities.
  • Documentation link updates
  • Add support for Python 3.10

tk-multi-breakdown2 to v2.0.9

  • Add App setting to run in dialog or panel mode.
  • Optimize app refresh (Issue #61)
  • Fix model error OverflowError: Python int too large to convert to C unsigned long
  • Add app setting to allow showing Published Files with no Task (Issue #50)

tk-framework-alias to v1.1.0

  • Bug fix and improvements to framework start up.

Fixed bugs

tk-multi-loader2 to v1.23.2

  • Fixes the issue in which the wrong tab(first tab) in the Loader app is opened when the Loader is launched in a task context. Now the tab related to the 'entity_type' specified in the tk-multi-loader2.yml is opened.
  • Replace help screen with a Loader App documentation link.
  • Remove the 'Show Help Screen' action menu.
  • Add config option to use legacy filter widget.
  • Do not allow file items in the Loader to be dragged around.

tk-framework-desktopserver to v1.6.3

tk-multi-publish2 to v2.6.9

  • Fix publishing PDF files.
  • Fix select items independently if visible is False. This is a revert for an update introduced on v2.6.5 that caused an unwanted side effect of checking sibling publish plugins.

tk-multi-shotgunpanel to v1.8.8

  • Bug fix for Task assign.
  • Add support for SG entities in the filtering search bar

tk-framework-alias to v1.1.0

  • Bug fix and improvements to framework start up.
  • Update Alias distributable files for the Alias Python Plug and Python API.

tk-framework-qtwidgets to v2.10.11

  • Fixes sorting items in the filter menu.
  • Fixes bug in save/restore filter menu state.
  • Fixes a SyntaxError ocurring in older versions of Houdini and Nuke that still rely on Python2.
  • Fixes for filter menu.

Shotgun Default2 Configuration v1.6.1 RC6

22 Jan 18:47
Compare
Choose a tag to compare

Features/Polish

Add custom hook for Houdini tk-multi-workfiles2 (#152)

Houdini ui_config.py hook is available starting in v1.8.6

tk-houdini to v1.8.6

  • Add hook for tk-multi-workfiles2 and documentation link updates.

tk-framework-qtwidgets to v2.10.10

  • Improvements and fixes to the filtering component
  • Fix permission issue on the activity stream when user does not have read access on script
  • Developer documentation link updates
  • Fix to context selector to ensure the context has the entity name
  • Improvements to the delegates component
  • Add support for SG entities in the filtering search bar
  • Fixes sorting items in the filter menu.
  • Fixes bug in save/restore filter menu state.
  • Fixes a SyntaxError ocurring in older versions of Houdini and Nuke that still rely on Python2.

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.8

  • Official support for Maya 2024
  • Fixes a RuntimeError that occurred on Windows when network paths were double-escaped while setting the Maya Project.

tk-multi-launchapp to v0.12.6

  • Add indication when an app launches on SG Desktop.
  • Remove deprecation warnings from Python 3.10
  • Use the first version in list as group_default (as advertised in info.yaml). Thanks to @dsagilles for the contribution.

tk-core to v0.20.30

  • Improve unit tests.
  • Send metrics to ShotGrid regarding the authentication experience. This includes:
    • user_authentication_method (default, oxygen, saml, ...)
    • auth UX (basic login/password, web login, local browser)
    • client UI (qt_dialog, console)
    • renewal (true/false)
  • Fixup Python 2 compatibility.
  • Introduces the 'default_storage_root' hook that makes it possible to use a single configuration to switch between different storage roots per project.
  • Improve developer documentation regarding tk-core hooks
  • Detect the application name sent to ShotGrid
  • Remove warnings raised by CI tests
  • Bump python-api to v3.3.6
  • App Session Launcher fixups and improvements
  • Add support for Python 3.10
  • Fix PySide6 patch for QPalette.Background and PySide import ordering
  • Add compatibility with PySide6 for the web login
  • Fixups and improvements for the App Session Launcher authentication
  • Minor fixups for the App Session Launcher authentication
  • Allow a client to override the behavior of ShotgunAuthenticator.get_user_from_prompt.
  • Allow a client to bypass the HTTPS requirement for the authentication methods.

tk-framework-adobe to v1.1.9

  • Bump certifi from 2022.12.7 to 2023.7.22
  • Bump requests from 2.25.0 to 2.31.0

tk-framework-desktopserver to v1.6.3

  • Automate internal dependency updates.
  • Updates Cryptography to 41.0.3.
  • Updates Certifi to 2023.7.22.
  • Replace cgi module with the html module to support the escape method.

tk-multi-pythonconsole to v1.3.2

  • Add handling for QRegExp/QRegularExpression for PySide6 support
  • Update Developer doc links
  • Update UI automation and build script improvements

tk-framework-shotgunutils to v5.8.7

  • Supports Python 3.10 syntax

tk-vred to v3.0.3

  • VREDPy improvements and documentation link updates.
  • Update minimum support for VRED 2024.
  • Update support for VRED 2024.2.

tk-alias to v3.0.2

  • Update minimum supported version to 2022.

tk-multi-bg-publish to v0.1.5

  • Improve debug log messages and developer documentation updates.

tk-multi-workfiles2 to v0.14.0

  • Removed Alias and VRED Engines to make them controlled via the config moving forward
  • Added view mode buttons to toggle between a grid and list view.
  • Added filter menu button to provide additional filtering capabilities.
  • Documentation link updates
  • Add support for Python 3.10

tk-multi-breakdown2 to v2.0.9

  • Add App setting to run in dialog or panel mode.
  • Optimize app refresh (Issue #61)
  • Fix model error OverflowError: Python int too large to convert to C unsigned long
  • Add app setting to allow showing Published Files with no Task (Issue #50)

tk-framework-alias to v1.1.0

  • Bug fix and improvements to framework start up.

Fixed bugs

tk-multi-loader2 to v1.23.2

  • Fixes the issue in which the wrong tab(first tab) in the Loader app is opened when the Loader is launched in a task context. Now the tab related to the 'entity_type' specified in the tk-multi-loader2.yml is opened.
  • Replace help screen with a Loader App documentation link.
  • Remove the 'Show Help Screen' action menu.
  • Add config option to use legacy filter widget.
  • Do not allow file items in the Loader to be dragged around.

tk-framework-desktopserver to v1.6.3

tk-multi-publish2 to v2.6.9

  • Fix publishing PDF files.
  • Fix select items independently if visible is False. This is a revert for an update introduced on v2.6.5 that caused an unwanted side effect of checking sibling publish plugins.

tk-multi-shotgunpanel to v1.8.8

  • Bug fix for Task assign.
  • Add support for SG entities in the filtering search bar

tk-framework-alias to v1.1.0

  • Bug fix and improvements to framework start up.
  • Update Alias distributable files for the Alias Python Plug and Python API.

tk-framework-qtwidgets to v2.10.11

  • Fixes sorting items in the filter menu.
  • Fixes bug in save/restore filter menu state.
  • Fixes a SyntaxError ocurring in older versions of Houdini and Nuke that still rely on Python2.
  • Fixes for filter menu.

Shotgun Default2 Configuration v1.6.1 RC5

18 Jan 22:30
Compare
Choose a tag to compare

Features/Polish

Add custom hook for Houdini tk-multi-workfiles2 (#152)

Houdini ui_config.py hook is available starting in v1.8.6

tk-houdini to v1.8.6

  • Add hook for tk-multi-workfiles2 and documentation link updates.

tk-framework-qtwidgets to v2.10.10

  • Improvements and fixes to the filtering component
  • Fix permission issue on the activity stream when user does not have read access on script
  • Developer documentation link updates
  • Fix to context selector to ensure the context has the entity name
  • Improvements to the delegates component
  • Add support for SG entities in the filtering search bar
  • Fixes sorting items in the filter menu.
  • Fixes bug in save/restore filter menu state.
  • Fixes a SyntaxError ocurring in older versions of Houdini and Nuke that still rely on Python2.

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.8

  • Official support for Maya 2024
  • Fixes a RuntimeError that occurred on Windows when network paths were double-escaped while setting the Maya Project.

tk-multi-launchapp to v0.12.6

  • Add indication when an app launches on SG Desktop.
  • Remove deprecation warnings from Python 3.10
  • Use the first version in list as group_default (as advertised in info.yaml). Thanks to @dsagilles for the contribution.

tk-core to v0.20.30

  • Improve unit tests.
  • Send metrics to ShotGrid regarding the authentication experience. This includes:
    • user_authentication_method (default, oxygen, saml, ...)
    • auth UX (basic login/password, web login, local browser)
    • client UI (qt_dialog, console)
    • renewal (true/false)
  • Fixup Python 2 compatibility.
  • Introduces the 'default_storage_root' hook that makes it possible to use a single configuration to switch between different storage roots per project.
  • Improve developer documentation regarding tk-core hooks
  • Detect the application name sent to ShotGrid
  • Remove warnings raised by CI tests
  • Bump python-api to v3.3.6
  • App Session Launcher fixups and improvements
  • Add support for Python 3.10
  • Fix PySide6 patch for QPalette.Background and PySide import ordering
  • Add compatibility with PySide6 for the web login
  • Fixups and improvements for the App Session Launcher authentication
  • Minor fixups for the App Session Launcher authentication
  • Allow a client to override the behavior of ShotgunAuthenticator.get_user_from_prompt.
  • Allow a client to bypass the HTTPS requirement for the authentication methods.

tk-framework-adobe to v1.1.9

  • Bump certifi from 2022.12.7 to 2023.7.22
  • Bump requests from 2.25.0 to 2.31.0

tk-framework-desktopserver to v1.6.3

  • Automate internal dependency updates.
  • Updates Cryptography to 41.0.3.
  • Updates Certifi to 2023.7.22.
  • Replace cgi module with the html module to support the escape method.

tk-multi-pythonconsole to v1.3.2

  • Add handling for QRegExp/QRegularExpression for PySide6 support
  • Update Developer doc links
  • Update UI automation and build script improvements

tk-framework-shotgunutils to v5.8.7

  • Supports Python 3.10 syntax

tk-vred to v3.0.3

  • VREDPy improvements and documentation link updates.
  • Update minimum support for VRED 2024.
  • Update support for VRED 2024.2.

tk-alias to v3.0.2

  • Update minimum supported version to 2022.

tk-multi-bg-publish to v0.1.5

  • Improve debug log messages and developer documentation updates.

tk-multi-workfiles2 to v0.14.0

  • Removed Alias and VRED Engines to make them controlled via the config moving forward
  • Added view mode buttons to toggle between a grid and list view.
  • Added filter menu button to provide additional filtering capabilities.
  • Documentation link updates
  • Add support for Python 3.10

tk-multi-breakdown2 to v2.0.9

  • Add App setting to run in dialog or panel mode.
  • Optimize app refresh (Issue #61)
  • Fix model error OverflowError: Python int too large to convert to C unsigned long
  • Add app setting to allow showing Published Files with no Task (Issue #50)

tk-framework-alias to v1.1.0

  • Bug fix and improvements to framework start up.

Fixed bugs

tk-multi-loader2 to v1.23.2

  • Fixes the issue in which the wrong tab(first tab) in the Loader app is opened when the Loader is launched in a task context. Now the tab related to the 'entity_type' specified in the tk-multi-loader2.yml is opened.
  • Replace help screen with a Loader App documentation link.
  • Remove the 'Show Help Screen' action menu.
  • Add config option to use legacy filter widget.
  • Do not allow file items in the Loader to be dragged around.

tk-framework-desktopserver to v1.6.3

tk-multi-publish2 to v2.6.9

  • Fix publishing PDF files.
  • Fix select items independently if visible is False. This is a revert for an update introduced on v2.6.5 that caused an unwanted side effect of checking sibling publish plugins.

tk-multi-shotgunpanel to v1.8.8

  • Bug fix for Task assign.
  • Add support for SG entities in the filtering search bar

tk-framework-alias to v1.1.0

  • Bug fix and improvements to framework start up.
  • Update Alias distributable files for the Alias Python Plug and Python API.

tk-framework-qtwidgets to v2.10.10

  • Fixes sorting items in the filter menu.
  • Fixes bug in save/restore filter menu state.
  • Fixes a SyntaxError ocurring in older versions of Houdini and Nuke that still rely on Python2.