Skip to content

Tags: darbyjohnston/OpenTimelineIO

Tags

last_pure_python

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

v0.11

Toggle v0.11's commit message

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

Toggle v0.10's commit message

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

Toggle v0.9's commit message

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

Toggle v0.8.1's commit message
Point release version change.

v0.8

Toggle v0.8's commit message

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

Toggle v0.7.1's commit message
Merged extra metadata into setup.py

v0.7

Toggle v0.7's commit message

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

Toggle v0.6's commit message
Updated README with details of Beta 6.

v0.5

Toggle v0.5's commit message
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