Skip to content

Tags: KarthikRIyer/OpenTimelineIO

Tags

last_pure_python

The last pure python release of OpenTimelineIO

v0.11

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Clean up auto-docstrings. (AcademySoftwareFoundation#542)

Docstrings for attributes in python don't really exist.  Instead of
fetching them, the autodoc generator now just uses "" as the docstring
for properties that it has to read off the instantiated object.

v0.10

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
import console directly in otioview. (AcademySoftwareFoundation#505)

v0.9

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add links to other plugins in read the docs to the readme. (AcademySo…

…ftwareFoundation#360)

v0.8.1

Point release version change.

v0.8

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Refactored the README, pushing lots of stuff to the wiki. (AcademySof…

…twareFoundation#294)

v0.7.1

Merged extra metadata into setup.py

v0.7

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make 'contrib' installed by default. (AcademySoftwareFoundation#235)

* Make 'contrib' installed by default.
- renames contrib 'opentimelineio_contrib' and installs it via the setup.py
- add code in manifest.py to automatically look for the contrib manifest.
- update makefile to run tests in new location
* Minor fix for the ALE adapter that was causing a warning in python3.

v0.6

Updated README with details of Beta 6.

v0.5

Public beta (#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