Releases: GPLgithub/tk-multi-breakdown2
Release list
Updated from shotgunsoftware v0.2.9
Description
Merged changes from shotgunsoftware's release v0.2.9
What's Changed
Full Changelog: v1.2.0...v1.3.0
Added use_version_thumbnail_as_fallback setting
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
- 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_fileshook to use this setting.
Small fix
Revisited publish logic
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