Skip to content

Releases: shotgunsoftware/tk-config-basic

Shotgun Basic 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
  • Added smart_reference and import_with_options to VRED Loader2 settings

Shotgun Basic Configuration v1.4.3

07 Dec 13:27
Compare
Choose a tag to compare

What's new?

Replaced all shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages, as well as a number of improved features and bug fixes.

Features/Polish

  • Allow shallow git clones in tk-core when using git descriptors.
  • Removed deprecated tk-config-default legacy config from the advanced project setup wizard.

Fixed bugs

  • Fixed an issue in tk-3dsmax engine where the bootstrap file could not import sgtk in 3dsMax 2022.2.
  • Fixed issues in tk-framework-shotgunutils regarding ShotGrid Model when refreshing data.
  • Fixed selection of proper Flame application path for version extraction.

Shotgun Basic Configuration v1.4.3 RC 1

06 Dec 14:31
Compare
Choose a tag to compare
Pre-release

What's new?

Replaced all shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages, as well as a number of improved features and bug fixes.

Features/Polish

  • Allow shallow git clones in tk-core when using git descriptors.
  • Removed deprecated tk-config-default legacy config from the advanced project setup wizard.

Fixed bugs

  • Fixed an issue in tk-3dsmax engine where the bootstrap file could not import sgtk in 3dsMax 2022.2.
  • Fixed issues in tk-framework-shotgunutils regarding ShotGrid Model when refreshing data.

ShotGrid Basic Configuration v1.4.2

01 Oct 18:04
Compare
Choose a tag to compare

What's new?

Number of improved features and bug fixes.

Features/Polish

  • Added new widgets in tk-framework-qtwidgets to display and filter data. Include a generic new delegate to display ShotGrid and non-ShotGrid data.
  • Updated unsecure version of httplib2.
  • Updated some third-party libraries in tk-framework-desktopserver.
  • Upgraded PyYaml vendor package in tk-core to latest version.

Fixed bugs

  • Fixed tk-core's behaviour with regards to sites using Autodesk Identity.
  • Fixed an issue in tk-framework-desktopclient to correctly detects ShotGrid Create on the filesystem.
  • Fixed an issue where ShotGrid Create's DLLs path was injected in launched tool's DLLs path and could cause launch applications failures because of conflicting DLLs.
  • Fixed an issue in tk-framework-shotgunutils with the global search widget where matches with unicode characters in them would not appear.

ShotGrid Basic Configuration v1.4.1

12 Jul 16:57
Compare
Choose a tag to compare

Rebranded to ShotGrid part 2

ShotGrid Basic Configuration v1.4.0

03 Jun 19:20
Compare
Choose a tag to compare

Rebranded to ShotGrid

Shotgun Basic Configuration v1.3.19

10 May 14:45
Compare
Choose a tag to compare

What's new?
Official support for Autodesk 3ds Max 2022, Autodesk Alias 2022, Autodesk Maya 2022, Autodesk VRED 2022 and Nuke 13, as well as a number of improved features and bug fixes.

Features/Polish

  • Significant improvements for tk-alias engine and official support for Autodesk Alias 2022. See tk-alias release notes for more info.
  • Significant improvements for tk-vred and official support for Autodesk VRED 2022. See tk-vred release notes for more info.
  • Official support for Autodesk 3ds Max 2022
  • Official support for Autodesk Maya 2022
  • Official support for Nuke 13
  • New bundles with support for Python 3.7:
    • Apps
      • tk-nuke-quickreview v1.1.0
    • Engines
      • tk-flame v1.16.2
      • tk-nuke v0.13.0

Fixed bugs

  • Fixed a tk-core issue where if a pick_environment hook returns None for a given environment name, we now raise a more specific exception. This allows us to more gracefully handle that situation from the desktopserver framework.
  • More gracefully handles unsupported entity types in tk-framework-desktopserver

Shotgun Basic Configuration v1.3.18

25 Jan 13:49
Compare
Choose a tag to compare

Fixed bugs

  • Fixed an issue with window parenting in Maya on macOS. A big thanks to Stephane Deverly for tracking this down. [SG-20788]
  • Fixed an infinite loop in tk-framework-desktopserver when caching actions. If the tk-shotgun engine was configured to have no apps, or the result of caching the actions for tk-shotgun on a given environment resulted in no actions being generated, it would continuously try to re-cache the actions. [SG-19972]
  • Fixed an issue in work area app so that "Jump to the File System" works on Windows when drive letter mapping is used. [SKB-2408]
  • Updated tk-nuke requires core version to v0.19.18. [SG-20876]

Shotgun Basic Configuration v1.3.17

05 Jan 13:06
Compare
Choose a tag to compare

What's new?
Shotgun Desktop better user experience, as well as a number of improved features and bug fixes, including:

  • Fixed an issue that occurred when opening SG Desktop and restoring the previous window position, and
  • Fixed a unicode issue in the global search widget.

Features/Polish

  • Shotgun Desktop better user experience. [SG-18239]
    • Shotgun Desktop's dialog will now be displayed the first time it is launched instead of being minimized to the system tray.
    • When a first-time user closes the dialog, a pop-up will be shown letting them know the app is now in the system tray. On mac, this behavior only works on Shotgun Desktop v1.6.1 and up.
  • Updated tk-core's python API to v3.2.6 [SG-19308]

Fixed bugs

  • Fixed an issue that occurred when opening SG Desktop and restoring the previous window position. [SG-20631]
  • Fixed an issue in the global search widget where matches with unicode characters in them would not appear. [SG-20166]
  • Fixed an issue with the stack trace not being displayed when the executed code errors in the Python console. This only occurred when running the Python console outside of a Shotgun Engine.

Shotgun Basic Configuration v1.3.16

16 Nov 12:54
6730a79
Compare
Choose a tag to compare

What's new?
Performance enhancement for tk-alias, as well as a number of improved features and bug fixes, including:

  • Fixed a regression introduced in tk-nuke v0.12.8 where Nuke could freeze on its splash screen if debug logging is turned on, and
  • Added movie files support in the Loader2 app for After Effects.

Features/Polish

  • Significant performance enhancement and multiple project workflow improvements for tk-alias engine. See tk-alias release notes for more info.
  • Added movie files support in the Loader2 app for After Effects. [SG-20122]

Fixed bugs

  • Fixed a regression introduced in tk-nuke v0.12.8 where Nuke could freeze on its splash screen if debug logging is turned on. [SG-19954]
  • Fixed an issue with actions caching in tk-framework-shotgunutils. [SG-19850]