AcademySoftwareFoundation/OpenRV

[Bug]: otio_reader.py using deprecated method

Closed this issue · 1 comments

What happened?

OpenTimeline v0.16.0+ changed the name of the following methods

clip_if() -> find_clips()
children_if -> find_children()

AcademySoftwareFoundation/OpenTimelineIO#1541

The otio plugin is using the old method name.

I think the only occurrence is here:

List all the operating systems versions where this is happening

n/a

On what computer hardware is this happening?

n/a

Relevant console log output

No response

Environment variables

No response

Extra information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

fixed in #601