Skip to content

Releases: shotgunsoftware/tk-config-default2

Shotgun Default2 Configuration v1.6.1 RC4

13 Dec 19:46
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.8

  • 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

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.7

  • Official support for Maya 2024

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

  • 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

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.

Shotgun Default2 Configuration v1.6.1 RC3

22 Nov 19:55
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.8

  • 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

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.7

  • Official support for Maya 2024

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

  • 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

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

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

  • Bug fix for Task assign.

tk-framework-alias to v1.0.2

  • Bug fix and improvements to framework start up.

Shotgun Default2 Configuration v1.6.1 RC2

30 Oct 14:37
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.8

  • 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

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.7

  • Official support for Maya 2024

tk-multi-launchapp to v0.12.5

  • Add indication when an app launches on SG Desktop.
  • Remove deprecation warnings from Python 3.10

tk-core to v0.20.26

  • 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

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

  • VREDPy improvements and documentation link updates.

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

  • Add App setting to run in dialog or panel mode.

tk-framework-alias to v1.0.2

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

  • Bug fix for Task assign.

tk-framework-alias to v1.0.2

  • Bug fix and improvements to framework start up.

Shotgun Default2 Configuration v1.6.1

25 Oct 19:08
d0450a9
Compare
Choose a tag to compare
Pre-release

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

  • 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

tk-nuke to v0.14.7

  • Official support for Nuke 14

tk-maya to v0.11.7

  • Official support for Maya 2024

tk-multi-launchapp to v0.12.4

  • Add indication when an app launches on SG Desktop.
  • Remove deprecation warnings from Python 3.10

tk-core to v0.20.25

  • 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

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.

Fixed bugs

tk-multi-loader2 to v1.23.1

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

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.

Shotgun Default2 Configuration v1.6.0

01 Jun 13:43
Compare
Choose a tag to compare

Features/Polish

tk-framework-adobe to v1.1.7

  • Change the color of the ShotGrid hyperlinks to be contrasted enough with the background.

tk-nuke to v0.14.6

  • Introduces the 'allow_keep_context_from_project' engine setting that avoids the ShotGrid menu from being disabled when for example someone opens a file with Nuke's File --> Open, that does not reside in any known project path. (Thanks to @RicardoMusch)

  • Update latest Nuke supported version to v14.0.

tk-houdini to v1.8.5

  • Add support for Houdini 19.5 / Python 3.9.

tk-framework-aliastranslations to v0.2.3

  • Enable CATPart Publish using tk-multi-bg-publish

tk-multi-shotgunpanel to v1.8.6

  • Extend the listing of entities from 50 to 200 items. Display a message regarding the maximum number of items displayed and partial data loaded from ShotGrid.

tk-alias to v3.0.1

  • Alias 2024 support with re-factored Engine
  • Added support for both Python v3.7.x and v3.9.x to be able to run with SG Desktop v1.8.0
  • Publish Plugin - Add ability to generate a .vpb file after Alias wire publish finishes

tk-alias-framework to v1.0.1

  • Added for re-factored tk-alias Engine

tk-vred to v3.0.0

  • Support Qt6/PySide6 for VRED 2024

tk-framework-qtwidgets to v2.10.7

  • Fix thumbnail view for PySide6
  • Improve delegate handing of mouse mouse events
  • SearchWidget emit search changed signal on editing finished
  • Add new decorators module
  • Filtering Improvements

tk-maya to v0.11.6

  • Replace mel setProject command with the workspace command for bootstrapping the engine in batch mode

tk-flame to v1.17.8

  • Update engine for start frame support

tk-framework-adobe to v1.1.8

  • Bump certifi from 2020.6.20 to 2022.12.7

tk-framework-desktopserver to v1.6.1

  • Updates Cryptography.

tk-desktop to v2.6.9

  • Bumps copyright year.

tk-core to v0.20.22

  • App Session Launcher foundation
  • Specify 'utf8' encoding when reading YAML data from disk
  • First step to supporting PySide6
  • Added SGTK_PROJ_THUMB_OLD to environment_variables.
  • Update object copy syntax to be compatible with older Pythons.
  • Remove external tests dependencies for Python3

tk-framework-desktopstartup to v2.1.21

  • Bump tk-core to v0.20.22

tk-multi-launchapp to v0.12.3

  • Pop up an error dialog if launch app fails

tk-multi-bg-publish to v0.1.4

  • Updates for Alias and VRED

tk-multi-workfiles2 to v0.13.6

  • Removed Alias and VRED Engines to make them controlled via the config moving forward

Fixed bugs

tk-3dsmax to v1.2.5

  • Minor fix on tk-3dsmax with versioning names

tk-multi-data-validation to v0.1.5

  • Improvements to loading rule logic
  • Alias Viewport not refreshed after running some fixes
  • Fix retry attempt to resolve all rules.
  • Allow creating a notifier when creating the manager.
  • Only add the dependency if it is included in the settings and there is data for it.

tk-alias to v3.0.1

  • Fixed publish error message
  • Cannot publish from Alias with Basic Config
  • BG Publish - CATPart file is exported with warning
  • Alias Viewport not refreshed after running some fixes
  • Fix get pipeline config
  • Fix background publishing when using Python 3.9 in Alias
  • Fix Python3.9 conflicting issue with VRED libraries
  • Fix listening for Alias events
  • Fix data validation performance
  • Specify all dependencies for data validation rule
  • Fix saving the context for Alias stage
  • BG Publish - CATPart file is not exported properly

tk-vred to v3.0.0

  • VRED Presenter is not showing the panel
  • VRED "Begin file versioning" publish plugin fails in the accept() method
  • Can not publish from VRED with basic config

tk-shotgun-launchvredreview to v1.1.4

  • Fix for VRED Presenter 2024

tk-multi-publish2 to v2.6.7

  • Address Python 3.10 deprecation in collections
  • Prevent AttributeError when a path is missing
  • Check hidden tree items in Publish dialog
  • Add the ability to specify a thumbnail when publishing using the API

tk-framework-adminui to v0.7.3

  • Fix when the new storage path field does not show.

tk-core to v0.20.22

  • Add logging and retries for URLError
  • Remove six.ensure_str to formatter function
  • Update SSO domain env var
  • Update outdated third-party
  • Bump setuptools from 36.0.1 to 65.5.1 in /tests/python
  • Bump certifi from 2020.06.20 to 2022.12.7 in /python/tank_vendor/shotgun_api3/lib
  • Fix Memory Growth Issue (Thanks to @blambright)
  • Fix: utf-8 in pickle dumps (Thanks to @zavinator)
  • Fix code style validation issue
  • Fix the issue introduced in tk-core v0.20.21 happening on Windows where the login confirmation dialog is hidden behind the new SG Desktop login dialog.
  • General Updates. Bump dependencies version. Community contributions.

tk-desktop to v2.6.9

  • Fixes the 'osutils' ImportError generated at startup in the tk-desktop engine, which prevented the SG Desktop icon from being displayed in the Dock on MacOS, also introduces the new environment variable 'SGTK_PROJ_THUMB_OLD' to define how we want to display the project thumbnails (cropped or letterbox).

tk-framework-shotgunutils to v5.8.6

  • Fix user settings to handle QByteArray values. Formalize the deprecation of Python 2.6 support in toolkit.

tk-maya to v0.11.6

  • Prevent AttributeError when path is missing

Shotgun Default2 Configuration v1.5.0

17 Jan 16:50
Compare
Choose a tag to compare

v1.5.0

What's new?

Dropping support for Python 2. Running ShotGrid Desktop with Python 2 will no more gets auto-updated and will remains on Toolkit Basic Config v1.4.6

Features/Polish

  • Improved error messages
  • Removed support for Python 2.7 in tk-framework-desktopserver
  • Add a check to stop auto-updating tk-config-basic in tk-framework-desktopstartup
  • Rename Digital Asset to "ShotGrid Mantra" in tk-houdini-mantranode
  • Rename Digital Asset to ""ShotGrid Alembic" in tk-houdini-alembicnode

Fixed bugs

  • Fix crash issue when saving a new shot on Nuke 13
  • Fix issue on Nuke 13 crashing on saving with a custom shot_root path
  • Fix Nuke segfaults when running in terminal mode and using the tk-multi-publish2 API
  • Fix an issue where The "Update task" actions were clickable even if the task action was already done in tk-multi-shotgunpanel
  • Fix incorrect quit shortcut on Windows
  • Fix an issue when there's a white space in the "Login" field

v1.4.7-rc1

13 Jan 15:01
Compare
Choose a tag to compare
v1.4.7-rc1 Pre-release
Pre-release
Updated tk-core to v0.20.16

Release notes: https://github.com/shotgunsoftware/tk-core/wiki/Release-Notes#v02016

Shotgun Default2 Configuration v1.4.6

27 Oct 22:34
Compare
Choose a tag to compare

What's new?

Announce Python 2.7 deprecation
Official support for Maya 2023
Official support for 3ds Max 2023

Features/Polish

  • Add checkbox option next to "All Versions" tk-multi-workfiles2
  • Added a method to export the document as an image in tk-framework-adobe
  • Added support for Python 3.9 in tk-framework-desktopserver
  • Sorting and filtering feature for tk-multi-shotgunpanel
  • Support for tk-multi-data-validation in tk-vred

Fixed bugs

  • Fixed error closing QT windows in tk-flame
  • Fixed issue where TK_HOUDINI_TMP is not being set when Houdini is not launched with tk-multi-launchapp
  • Fixed window parenting issue in tk-aftereffects and tk-photoshop engines
  • Issues while working with users with unicode characters in their names

Shotgun Default2 Configuration v1.4.5

28 Mar 18:02
Compare
Choose a tag to compare

ShotGrid branding updates.

Shotgun Default2 Configuration v1.4.4

01 Feb 13:15
Compare
Choose a tag to compare

What's new?

Official support for Nuke 13.1, as well as a number of improved features and bug fixes.

Features/Polish

  • Official support for Nuke 13.1
  • Support for PySide2 5.15 in tk-desktop
  • Replaced tk-multi-breakdown app with breakdown2 in Alias and VRED
  • Added smart_reference and import_with_options to VRED Loader2 settings

Fixed bugs

  • Fixed an issue when exporting audio tracks from Nuke Studio versions >= 12.1