Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: otio_reader.py using deprecated method #517

Open
1 task done
markreidvfx opened this issue Jul 18, 2024 · 0 comments
Open
1 task done

[Bug]: otio_reader.py using deprecated method #517

markreidvfx opened this issue Jul 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@markreidvfx
Copy link
Contributor

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
@markreidvfx markreidvfx added the bug Something isn't working label Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant