-
Notifications
You must be signed in to change notification settings - Fork 37
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
AY-7222 Fix otio_review no handles and tempdir for Resolve #1041
Conversation
Task linked: AY-7222 Set Editorial pkg media to be reviewable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small optional comment, otherwise looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed one incomatibility.
This is adjusted ! Cheers. |
Changelog Description
Resolve ynput/ayon-resolve#44
Ensure
ayon-core.pipeline.tempdir.create_custom_tempdir
is still exposed but flagged as backward compatible.This function is not officially exposed in the
__init__.py
but directly called from within resolve:https://github.com/search?q=org%3Aynput+create_custom_tempdir&type=code
Ensure extract OTIO review does not expect handle values when no otioClip is set
Testing notes:
Testing procedure through Resolve is here: ynput/ayon-resolve#46