Skip to content

Shotgun Basic Configuration v1.3.6

Compare
Choose a tag to compare
@mathurf mathurf released this 29 Apr 12:40

What's new?
Adding support for Python 3.7 to some apps, engines and frameworks, as well as a number of improved features and bug fixes, including:

  • Fixed issues in tk-multi-publish2 with parent checkboxes.

Features/Polish

  • Here are new bundles with support for Python 3.7:
    • Apps
      • tk-multi-reviewsubmission v1.1.1
    • Engines
      • tk-alias v2.0.6
      • tk-desktop v2.5.0 (see notes for details)
    • Frameworks
      • tk-framework-desktopclient v0.1.1
  • Official support for Alias 2021.
  • Number of improved features and bug fixes for tk-vred.
  • Added the developer/bake_config.py script in tk-core. This script allows the generating of a self-contained -configuration that can then be uploaded to a pipeline configuration in Shotgun. Run developer/bake_config.py --help for more information. Huge thanks to Stephane Deverly for his contribution with this script. [SG-7627]
  • Please note that while projects can be used with Python 3 in Shotgun Desktop, the associated Toolkit actions cannot be launched from Shotgun at the moment. [SG-14617]
  • Added an environment variable in tk-flame to set the Backburner shared tmp. [FLME-54043]
  • Better error reporting in tk-core for missing app/framework/engine location descriptor. [SG-16672]
  • Better error reporting in tk-core for invalid app/framework/engine settings. [SG-16901]

Fixed bugs

  • Fixed an issue in tk-multi-publish2 with parent checkboxes. This fix ensures that when a parent item is partially checked, clicking on it selects all the children items. [SG-14587]
  • Fixed an issue in tk-multi-publish2 with parent checkboxes. This fix ensures that we respect default checked and unchecked children status after a context change. [SG-10003]
  • Fixed an issue where the Houdini engine wouldn't load app otl files on startup when there was no GUI present. Huge thanks to Patrick Macdonald for providing this fix. [SG-14405]
  • Fixed an issue in tk-multi-publish2 where the UI was being told to update when no UI was present. [SG-16766]
  • Fixed an issue in tk-maya where Maya was not detected under Python 3 on Linux. [SG-16887]
  • Fixed an issue in tk-shell that prevented GUI apps from being launched on Linux KDE environment with PySide2. [SG-15481]
  • Fixed an issue in tk-core with variable scope. [SG-16568]