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

[nodes] LdrToHdr: Move import of pyalicevision within functions #2569

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

cbentejac
Copy link
Contributor

Description

Since pyalicevision, which is provided outside of Meshroom's repository, is now needed for all the LdrToHdr nodes, importing pyalicevision at the function level rather than at the file level allows the CI to pass even if pyalicevision is not available.

This PR does not fix the import and use of these nodes in Meshroom if pyalicevision is unavailable.

@cbentejac cbentejac added this to the Meshroom 2024.1.0 milestone Oct 15, 2024
@cbentejac cbentejac self-assigned this Oct 15, 2024
Since `pyalicevision`, which is provided outside of Meshroom's repository,
is now needed for all the LdrToHdr nodes, importing `pyalicevision` at
the function level rather than at the file level allows the CI to pass
even if `pyalicevision` is not available.
@cbentejac cbentejac merged commit bf6244e into develop Oct 15, 2024
3 checks passed
@cbentejac cbentejac deleted the dev/pyavImports branch October 15, 2024 12:37
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.

2 participants