Skip to content

Commit

Permalink
Merge pull request #1145 from ChemicalXandco/fix_live_reconstruction
Browse files Browse the repository at this point in the history
fix error on live reconstruction
  • Loading branch information
fabiencastan authored Dec 1, 2020
2 parents 944aaed + 68b9057 commit e36078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshroom/ui/reconstruction.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def update(self):
to include those images to the reconstruction.
"""
# Get all new images in the watched folder
imagesInFolder = multiview.findFilesByTypeInFolder(self._folder)
imagesInFolder = multiview.findFilesByTypeInFolder(self._folder).images
newImages = set(imagesInFolder).difference(self.allImages)
for imagePath in newImages:
# print('[LiveSfmManager] New image file : {}'.format(imagePath))
Expand Down

0 comments on commit e36078d

Please sign in to comment.