Skip to content

Shotgun Basic Configuration v1.1.13

Compare
Choose a tag to compare
@mathurf mathurf released this 01 Oct 13:59

What’s new?
Added Mp4 to valid extensions for Loader2 and Shotgun Panel apps, as well as a number of improved features and bug fixes, including:

  • Added documentation for core hooks to the reference documentation, and
  • Added ability to set hotkeys in the tk-nuke.yml settings file.

Features/Polish

  • Added documentation for core hooks to the reference documentation. [SG-6464]
  • Added ability to set hotkeys in the tk-nuke.yml settings file. A big thanks to Anthony Kramer and CBFX for his contribution to this feature. [SG-7622]
  • Added Mp4 to valid extensions for Loader2 and Shotgun Panel apps. [SG-7631]
  • Introduced a new core hook called Bootstrap that can be used to cache Toolkit bundles from another location than the original one, i.e. Git or the Toolkit AppStore. [SG-7596]
  • Added items name in publish completed and finialize complete messages. [SMOK-48149]
  • Made some changes in tk-photoshopcc engine to reduce considerably the risk of a filename length issue on Windows. [SG-7965]
  • Added some tweaks in tk-core to the Link and LinkVisited colors provided by the palette used in Qt5 environments. [SG-6442]
  • Allows a parent object to be given when bootstrapping asynchronously. [SG-8369]

Bugs

  • There was an issue in Shotgun Desktop where you can get some missing app launchers. This fix ensures the application will now skip over undownloadable software icons instead of failing and not showing them. [SG-8274]
  • There was an issue with the Shotgun demo app where python can crashed on exit. This fix various thread-leaking issues that caused some stability problems in some environments on close. [SG-6409]