mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 23:38:48 +02:00
[ui] Cosmetic modifications
Cosmetic modifications such as missing spaces.
This commit is contained in:
parent
b74cada8ef
commit
9f96f68a95
5 changed files with 26 additions and 24 deletions
|
@ -82,7 +82,7 @@ Item {
|
|||
onAllViewpointsCleared: { reconstruction.removeAllImages(); reconstruction.selectedViewId = "-1" }
|
||||
onFilesDropped: {
|
||||
var filesByType = _reconstruction.getFilesByTypeFromDrop(drop.urls)
|
||||
if (filesByType["meshroomScene"].length == 1) {
|
||||
if (filesByType["meshroomScenes"].length == 1) {
|
||||
ensureSaved(function() {
|
||||
reconstruction.handleFilesUrl(filesByType, augmentSfm ? null : cameraInit)
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue