OpenRV
OpenRV copied to clipboard
Fix OTIO tests
Fix OTIO tests
Summarize your change.
- Replace clip_if() with find_clips() since it has been deprecated in OTIO
- Fix _create_transition() where
post_itemwas undefined andif pre_item.source_rangewas unhashable
Describe the reason for the change.
This was preventing otio_tests::export_multi_clip_with_transition() and otio_tests::round_trip() from passing.
Describe what you have tested and on which operating system.
The tests were done on MacOS.