mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] Remove removeAllImages call when all viewpoints are cleared
This commit is contained in:
parent
155a9e3bd9
commit
82548735a6
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ Item {
|
|||
tempCameraInit: reconstruction ? reconstruction.tempCameraInit : null
|
||||
cameraInitIndex: reconstruction ? reconstruction.cameraInitIndex : -1
|
||||
onRemoveImageRequest: reconstruction.removeImage(attribute)
|
||||
onAllViewpointsCleared: { reconstruction.removeAllImages(); reconstruction.selectedViewId = "-1" }
|
||||
onAllViewpointsCleared: { reconstruction.selectedViewId = "-1" }
|
||||
onFilesDropped: {
|
||||
if (drop["meshroomScenes"].length == 1) {
|
||||
ensureSaved(function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue