mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
When parsing the input JSON file, there might be some instances where the `poses` key, unlike the `views` and `intrinsics` keys, does not exist. If that is the case, an unhandled exception is raised while connections are being made, which then causes issues for the lifetime of the Meshroom instance. This commit checks that the key exists before trying to access it, which prevents raising unhandled exceptions while the active project is being set up. |
||
---|---|---|
.. | ||
components | ||
img | ||
qml | ||
__init__.py | ||
__main__.py | ||
app.py | ||
commands.py | ||
graph.py | ||
palette.py | ||
reconstruction.py | ||
utils.py |