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

Added support for ImageSequenceReference to example RV plugin #637

Merged

Conversation

avrata
Copy link
Contributor

@avrata avrata commented Jan 13, 2020

This syncs the example OTIO reader plugin with the recent changes in the RV adapter wrt support for the ImageSequenceReference schema

@codecov-io
Copy link

codecov-io commented Jan 13, 2020

Codecov Report

Merging #637 into imagesequence will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff               @@
##           imagesequence     #637   +/-   ##
==============================================
  Coverage          83.04%   83.04%           
==============================================
  Files                 74       74           
  Lines               2860     2860           
==============================================
  Hits                2375     2375           
  Misses               485      485
Flag Coverage Δ
#py27 82.95% <ø> (ø) ⬆️
#py36 83.02% <ø> (ø) ⬆️
#py37 83.02% <ø> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cce5c7e...fdcda67. Read the comment docs.

Copy link
Collaborator

@reinecke reinecke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for updating! Would it be possible to add a unittest to test it against the test data @apetrynet added?

@avrata
Copy link
Contributor Author

avrata commented Jan 14, 2020

re: unit test. Sure, I can try and set that up. It's a bit challenging as it'll need a bunch of tooling to build and deploy this plugin as well as run RV. I'll talk to @jminor to see if he has any good ideas.

Copy link
Contributor

@eric-desruisseaux-adsk eric-desruisseaux-adsk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems good, thanks!

@reinecke
Copy link
Collaborator

Since testing became a larger project, we're going to merge this PR in and let tests for ImageSequenceReference follow #710 which addresses the test concerns.

@reinecke reinecke merged commit 06e5ae2 into AcademySoftwareFoundation:imagesequence May 28, 2020
reinecke pushed a commit that referenced this pull request May 28, 2020
* Added support for ImageSequenceReference to the example OTIO RV reader plugin

* Removed debug print

* Switched to using opentime.to_frames to compute rv's in and out frames

Co-authored-by: Robyn Rindge <rnr@pixar.com>
reinecke added a commit that referenced this pull request Jun 30, 2020
* Initial implementation of ImageSequenceReference (#602)

Added ImageSequenceReference MediaReference subclass schema.

* Implement ImageSequenceReference in extern_rv  (#633)

* Added support for ImageSequenceReference to example RV plugin (#637)

* Added support for ImageSequenceReference to the example OTIO RV reader plugin

* Switched to using opentime.to_frames to compute rv's in and out frames

Co-authored-by: Daniel Flehner Heen <flehnerheener@gmail.com>
Co-authored-by: Robyn Rindge <rnr@pixar.com>
@ssteinbach ssteinbach added this to the Public Beta 13 milestone Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants