Skip to content

Shotgun Basic Configuration v1.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mathurf mathurf released this 13 Oct 15:40

What’s new?

Defaults to bootstrap for getting actions, path cache optimization, and bug fixes.

Features/Polish

  • Defaults to bootstrapping SGTK when getting actions for the Toolkit action menu in the Shotgun web app. The "legacy workaround" is still available, but is now behind an environment variable that requires an opt in. [44081]
  • Path cache optimizations. Removed inner loop for secondary entities and find queries are batched into smaller chunks. [44807]

Bugs

  • Previously, when an unhandled exception bubbled up, we replied to the web app with the full exception stack. This fix ensures we reply with a general error message and log the full exception. If debug logging is turned on, we do still reply with the full exception. [42770]
  • synchronize_folders command was looking at every FilesystemLocation entity on the site, causing large sync times when there were a lot of entities. This fix ensures that performing a full sync of the path cache now only considers FilesystemLocation entities that belong to the current project. [44508]
  • Nuke read node frame ranges were not set when loaded from the loader app when templates were not available. This fix ensures we correctly determine the start/end frame of an image sequence, regardless of whether a template can be used to parse the file name or not. [44569]
  • unregister_folders command failed when unregistered a large amount of folders. This fix resolves that issue by batching up any large deletions into batched sql queries where 200 items are deleted at a time. [44931]