mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-12 07:42:04 +02:00
[ui] Add removeImage function in Python to check for intrinsic still used
This commit is contained in:
parent
561e9b806c
commit
c50d3cc9e7
3 changed files with 33 additions and 25 deletions
|
@ -78,7 +78,7 @@ Item {
|
|||
cameraInit: reconstruction ? reconstruction.cameraInit : null
|
||||
tempCameraInit: reconstruction ? reconstruction.tempCameraInit : null
|
||||
cameraInitIndex: reconstruction ? reconstruction.cameraInitIndex : -1
|
||||
onRemoveImageRequest: reconstruction.removeAttribute(attribute)
|
||||
onRemoveImageRequest: reconstruction.removeImage(attribute)
|
||||
onAllViewpointsCleared: { reconstruction.removeAllImages(); reconstruction.selectedViewId = "-1" }
|
||||
onFilesDropped: {
|
||||
if (drop["meshroomScenes"].length == 1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue