mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-04 01:08:26 +02:00
[ui] MFeatures: use viewId from active cameraInit only (not all cameraInits)
This commit is contained in:
parent
634fb96aa9
commit
8d68f17410
2 changed files with 11 additions and 2 deletions
|
@ -692,7 +692,6 @@ class Reconstruction(UIGraph):
|
|||
""" Get all image paths in the reconstruction. """
|
||||
return [vp.path.value for node in self._cameraInits for vp in node.viewpoints.value]
|
||||
|
||||
@Slot(result="QVariantList")
|
||||
def allViewIds(self):
|
||||
""" Get all view Ids involved in the reconstruction. """
|
||||
return [vp.viewId.value for node in self._cameraInits for vp in node.viewpoints.value]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue