Beta 8 - July 2018
Pre-release
Pre-release
OpenTimelineIO Release v0.8
This feature includes a number of AAF and distribution related upgrades.
Big Features:
- #260: AAF adapter can read speed effects (+ a bunch of small bug fixes and enhancements)
- #239: OTIO is now in PyPI.
pip install opentimelineio
from a shell to get the library! (thanks to @swallitsch) - #222: SerializableObjects are now considered reference types, which addresses a
number of subtle bugs having to do with ‘instancing’ vs ‘copying’ - #237: You can make setuptools plugins to register adapters into OTIO now (thanks to @reinecke)
- #258: Drop frame timecode support in opentime timecode functions (thanks to @apetrynet)
Small Features:
- #285:
__version__
field in the opentimelineio packageimport opentimelineio as otio; otio.__version__
- #286: Convienence constructor for creating gaps of a duration:
otio.schema.Gap(duration=otio.opentime.TimeRange(500, 24))
- #270: better support for installing OTIO on Windows
- #274: Code coverage badge on github page (thanks to @boredstiff )
- #247: You can pass adapter arguments into otioview
- #160: PySide 2.0 support for otioview (thanks to @boredstiff )
- Lots of other small fixes and upgrades. Non-Pixar folks who contributed to this release include:
- @apetrynet
- @boredstiff
- @reinecke
- @rogergodspeed
- @swallitsch
Thanks to members of the community who chimed in on issues.