Skip to content

Tags: ssteinbach/OpenTimelineIO

Tags

last_pure_python

Toggle last_pure_python's commit message
The last pure python release of OpenTimelineIO

v0.5

Toggle v0.5's commit message
Public beta (AcademySoftwareFoundation#140)

* Getting LICENSE.txt, etc. ready for public beta.
* Added reference to EDL SMPTE spec in README.
* Adding CLA PDFs
* Updated CLA PDFs.
* Added license header to all .py source files.

* Small fixes so you can use different versions of Qt.
* Fix to otioview when a timeline is empty.
* Show the OTIO JSON in the details pane.
* Try to guard against missing media_reference.available_range.
* Lots of cleanup, pep8, doc strings, etc.
* Add has_feature to adapter

v0.4

Toggle v0.4's commit message
Change plurality of assert for python3.5.

v0.3

Toggle v0.3's commit message
simple otio viewer (AcademySoftwareFoundation#52)

* simple otio viewer

* - maintains namespaces when importing
- uses .format in favor of % for string formatting
- queries adapter manifest for available file extensions

* Moves otio view widget into its own library

* make otioview executable

v0.2

Toggle v0.2's commit message
Addressed python3 support. resolves AcademySoftwareFoundation#19 (Aca…

…demySoftwareFoundation#32)

* Addressed python3 support. resolves AcademySoftwareFoundation#19

* Added unitests for comparison of TimeRange and TimeTransform and fixed inequality checks

* Added python3.5 to README and converted from io import StringIO to import io

v0.1

Toggle v0.1's commit message
Initial alpha release for evaluation by invite-only community.