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

[bin] Import correct Graph objects for meshroom_batch #2536

Merged
merged 1 commit into from
Sep 16, 2024

Conversation

cbentejac
Copy link
Contributor

Description

This PR fixes an issue introduced by 41e885d which, among other things, removed unused imports from files.

In the case of multiview.py, graph objects were imported while never being used in the file itself. It was however imported in meshroom_batch which then used these graph objects. With the imports being removed from multiview.py, meshroom_batch could not access them anymore.

The import of multiview in meshroom_batch is effectively removed and replaced with the direct imports from the graph module.

@cbentejac cbentejac added this to the Meshroom 2024.1.0 milestone Sep 16, 2024
@cbentejac cbentejac self-assigned this Sep 16, 2024
@cbentejac cbentejac merged commit 03bd518 into develop Sep 16, 2024
4 checks passed
@cbentejac cbentejac deleted the fix/importMeshroomBatch branch September 16, 2024 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants