Skip to content

Beta 12 - March 2020

Pre-release
Pre-release
Compare
Choose a tag to compare
@ssteinbach ssteinbach released this 17 Mar 22:04
693ebeb

This is the first release with the C++ core. Please test the new build system and make sure it works for your needs. If you run into issues, pin to 0.11.0 (the last pure python release) and let us know so that we can address them.

The adapters remain in python, but the core library and algorithms are implemented in C++. For more information you can see this pr:
#540

Big Changes:

  • C++ Core: the core of opentimelineio is now pybind11-wrapped C++. (see above)
  • otiopluginfo command was added for printing information about plugins visible to otio: #586
  • Kdenlive adapter included in contrib (thanks @vpinon) #618
  • Also includes preliminary swift bindings

Small Changes:

  • Tweaks to the repo in anticipation of the move to being hosted by the Academy Software Foundation
  • hook function arguments are passable to all commandline scripts (@mikekoetter) #651
  • Documention for the C++ core, debugging and building
  • local manifests are loaded so that they override the internal manifests for plugins (@JoshBurnell) #591
  • Lots of upgrades for the AAF adapter (@JoshBurnell)
  • SchemaDefs now have a repr method #566
  • CMX EDL Adapter supports multiple locaters per clip now (@elabrosseRodeofx) #664

Lots of other small fixes and changes. Thank you to all of the community contributors!