-
Notifications
You must be signed in to change notification settings - Fork 0
Release Notes
Welcome to the release notes for this Framework. 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-Mar-26
Rebranding component for Flow Production Tracking
2022-Mar-28
ShotGrid branding updates.
2021-Nov-30
Replacing shotgunsoftware urls with Autodesk Knowledge Network and ShotGrid Developer Documentation pages.
2021-Jun-4
Rebranded to ShotGrid.
2020-Sep-24
Python 3 compatibility
2017-Jan-12
Re-releasing as v2.0.0 since this introduces potential breaking changes.
Details:
This is the same exact code as v1.4.1 repackaged as v2.0.0.
2016-Dec-08
[fix] EditItems created from an EDL now inherit the drop frame setting from the EDL
2016-Oct-29
Adds drop frame support to the timecode and edl modules for 29.97 and 59.94 frame rates.
Details:
Drop frame can be designated by using a drop_frame parameter and/or by using drop frame notation in the timecode string (using ; , or . as the delimited between seconds and frames). Calculations to and from frames take drop frame into account and adjust the results as needed. Several good reference websites are in the docs as well as additional information.
2016-Sep-06
Added support for CLIP NAME source notes.
Details:
Added support for CLIP NAME source notes.
2016-Aug-17
Improved EDL parsing
Details:
- A
BadFrameRateError
exception is now raised if a timecode is invalid for the frame rate used to parse an EDL file. -
UnsupportedEDLFeature
,BadBLError
,BadDropFrameError
exceptions are now raised if a parsed EDL contains unsupported features. - Comment lines without a leading
*
are now supported.
2016-Jul-28
New features for Siggraph
Details:
New features for Siggraph
2016-May-13
Now allowing .edl ext in any combination of upper/lower case. Adjusted error messaging related to timecode validation.
Details:
Now allowing .edl ext in any combination of upper/lower case. Adjusted error messaging related to timecode validation.
2016-Apr-06
Added support for float fps values in timecode_from_frame
Details:
Added support for float fps values in timecode_from_frame
2015-Sep-01
Added the ability to override default logger
Details:
Callers can now use their own logger and filter messages as they want.
Added EditEvent.pure_comments generator
Details:
Added EditEvent.pure_comments method, allowing to retrieve all comments which do not include known keywords.
Fixed a bug with duplicated ids
Details:
Duplicated edit ids are now treated as effects, rather than being considered as regular events.
Added reel property accessor for EditEvent
Now handle titles with spaces
Details:
The full title is now retrieved, even if it includes spaces
Initial release
Details:
Provides standard editorial utilities through Timecode and EditList classes
Initial implementation