Stephan Steinbach
Stephan Steinbach
Currently the file bundle adapters only support external references: https://github.com/AcademySoftwareFoundation/OpenTimelineIO/blob/6cd4161aa3adfbca6544798158a8b5f006235f6b/src/py-opentimelineio/opentimelineio/adapters/file_bundle_utils.py#L113 ImageSequenceReferences that can resolve to files on disk should also be supportable by MediaReferences.
The python bytes vs str issue is present in the `shot_detect.py` example. This should fix that and make it usable again.
- [x] Get CLA template from Linux Foundation - [x] Ensure that core collaborators have all signed new CLA
There have been requests of the ability to have a tool or library for diffing OTIO data. This includes: - When things change on items that are the same -...
This issue is a placeholder for something that has come up as a question but is not currently a priority.
- Adds an updated (I think) `wad2obj.py` script to the demos directory - `wad2obj` originally written by @jminor for an older version of the `omg` library - This turns .wad...
Preparing for Release v0.15.0: - freeze runners to their current versions according to this: https://github.com/actions/runner-images - drop .dev1 suffix - check the README.md for any updates - update wording to...
There were a few more places in the CMake/Manifest.in that were referencing travis, this should remove them. **for landing in beta 16**
* Removes Python2.7 support from the library * Removes shim code that was bridging differences between python3 and python2 * Follows from VFX Platform TODO: - [ ] Xges adapter
Sets up beta 0.16.0 * bump version to 0.16.0.dev1 * shuffle `CORE_VERSION_MAP` -> `CORE_VERSION_MAP.last` * + add 0.16.0.dev1 Version map to `CORE_VERSION_MAP` * unfreeze CI platform versions back to latest