Meshroom/meshroom/ui
Candice Bentéjac 7fc52f2028 [ui] Check for the existence of the poses key before accessing it
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.
2023-09-15 17:12:39 +02:00
..
components [ui] thumbnails: fallback if thumbnailDir could not be created 2023-06-15 01:43:32 -07:00
img
qml Merge pull request #2148 from alicevision/mug/multiResImg 2023-09-06 15:58:27 +02:00
__init__.py
__main__.py
app.py [core] option to change verbose level from env variable 2023-03-27 13:57:54 +02:00
commands.py [ui] Clear Images: Request graph update after resetting the attributes 2023-03-13 10:08:28 +01:00
graph.py Merge pull request #1812 from alicevision/dev/fileWatcherStatus 2023-03-05 14:08:05 +01:00
palette.py [ui] Qt5.15: Update palette management 2023-07-04 12:04:16 +02:00
reconstruction.py [ui] Check for the existence of the poses key before accessing it 2023-09-15 17:12:39 +02:00
utils.py