Skip to content

Releases: GPLgithub/tk-multi-breakdown2

Updated from shotgunsoftware v0.2.9

Choose a tag to compare

@ksallee ksallee released this 10 Jan 16:06
d694624

Description

Merged changes from shotgunsoftware's release v0.2.9

What's Changed

  • For #12520: integrate changes from shotgunsoftware by @ksallee in #5

Full Changelog: v1.2.0...v1.3.0

Added use_version_thumbnail_as_fallback setting

Choose a tag to compare

@ksallee ksallee released this 03 Oct 17:50
ef2a305

Most of the time, Published Files have no thumbnail.
Add a setting so it's possible to fall back on the linked Version's thumbnail if no thumbnail was found for the Published File.

New setting for more control over Published Files history

Choose a tag to compare

@ksallee ksallee released this 29 Sep 16:20
4f1e5af
  • Added publish_history_group_by_fields, same setting that https://github.com/GPLgithub/tk-multi-loader2, which gives control over which fields need to match the current Published File in order to be considered part of its history
  • Adjusted the default get_published_files hook to use this setting.

Small fix

Small fix Pre-release
Pre-release

Choose a tag to compare

@gplsteph gplsteph released this 01 Aug 13:16

Description

A debug logging which reported errors has been removed.

Full Changelog: v1.0.0...v1.0.1

Revisited publish logic

Pre-release

Choose a tag to compare

@gplsteph gplsteph released this 31 Jul 14:43
9759413

Description

The breakdown2 app can now be used from a basic config since it allows full control on how Published Files are mapped to items from hooks. A new get_published_files_for_items_data hook method was introduced for this and the current logic moved to it as a base implementation.

The logic dealing with local paths is now in hooks, so they could potentially be able to deal with remote publishes and download just in time a local copy.

For updates, hooks now new to return the updated path if they did an update, or anything evaluating to False if they didn't update anything.

What's Changed

New Contributors

Full Changelog: https://github.com/GPLgithub/tk-multi-breakdown2/commits/v1.0.0