OpenAssetIO / otio-openassetio

A prototype OpenTimelineIO plugin to allow assetized EDLs to be resolved through OpenAssetIO.
Apache License 2.0
10 stars 2 forks source link

Update OTIO to use new `TraitsData` API #6

Closed foundrytom closed 1 year ago

foundrytom commented 2 years ago

What

Update to use the new API as per https://github.com/OpenAssetIO/OpenAssetIO/issues/348.

Why

The current code is incompatible with releases later than v1.0.0-alpha.1.

Note

See https://github.com/OpenAssetIO/OpenAssetIO/blob/75b61fdbe6565f0dfac3a9bd6d618b38dfcfcfcb/resources/examples/host/simpleResolver/simpleResolver.py#L160 (and other uses within that host) as an example.

This will also require https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation/issues/10 to be done, which might mean it's just worth waiting for https://github.com/OpenAssetIO/OpenAssetIO-MediaCreation/issues/11.

ACs