-
Notifications
You must be signed in to change notification settings - Fork 21
Release Notes
Welcome to the release notes for this App. Below you will find an overview of all the changes we did for each release. We try to be as detailed as possible and include all bugs we have fixed, features we have added and things that may have changed. If you have questions about a particular release, don't hesitate to contact our support team!
2024-Sep-9
Run mogrify to strip the problematic profiles and new build_resources.yml configuration.
2024-Mar-26
Rebranding component for Flow Production Tracking
2023-Apr-19
Introduced display_name as a setting to be able to more easily run together with breakdown2 in a config
2021-Dec-1
Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.
2021-Jun-08
Rebranded to ShotGrid
2020-Dec-09
Bug Fix for an issue gathering references in Maya.
Details:
Fixes an issue in Maya if there was more than one instance of a reference in the scene, only one would be shown in the breakdown app.
2020-Oct-05
Fixes a deadlock in VRED.
2020-Apr-07
Fixes crash when there are many items in the scene
2020-Mar-16
Adds support for Python 3.
2020-Jan-20
Publishes now show the entity display name instead of the entity name.
2019-Aug-05
Bug fix for public methods.
Details:
Fixes a regression from v1.6.0
with the public methods app.compute_highest_version
and app.analyze_scene
.
Both methods should no longer throw a the 'module' object has no attribute ... error.
.
app.compute_highest_version
should now make use of the get_version_number.py
hook.
2019-Feb-06
Moves some internal version computation logic into a new hook!
Details:
Moves the logic for determining the highest version number available for a publish into a new hook so that it can be easily customized without having to fork the app
2018-May-18
Adds support for clips in Nuke Studio and Hiero.
2017-Mar-15
Removes problematic profiles from png files used as icons.
Details:
This will silence libpng warnings from Qt when the png files are loaded as pixmaps. This is a second attempt as this profile stripping, and uses ImageMagick's "mogrify" command to achieve the desired result, which maintains color consistency.
2016-Aug-25
Removed explicit dependency on shotgun utils that was not required.
2016-Feb-02
QA fix to remove alembic archive support
2016-Feb-01
QA fix with proper handling of alembicarchive updates in Houdini
2016-Jan-22
Adds support for houdini alembic node updates
Adds support for context changes.
New red/green icons for better visibility
Added API Support
Details:
For details, see the app documentation.
Added API method to launch the UI programatically.
Improved support for Sequence keys that are not called SEQ
Details:
- All sequence keys/fields are now supported in the same generic way
Added support for Mari
Details:
- Shotgun aware geometry in Mari can now be updated when there are new versions using this app
Minor tweaks and improvements
Details:
- Added 'breakdown' short command name
- Added detection of geometry & camera nodes for Nuke
- Updated to use Widget framework v0.2.x which uses the Shotgun Utils framework to download all thumbnails
First public version in the app store.