mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
Merge pull request #1864 from alicevision/dev/saveImportImagesFolder
[ui] Use the location of the most recently imported images as the base folder for the "Import Images" dialog
This commit is contained in:
commit
40b182efc5
4 changed files with 119 additions and 8 deletions
|
@ -23,6 +23,7 @@ Panel {
|
|||
readonly property string currentItemSource: grid.currentItem ? grid.currentItem.source : ""
|
||||
readonly property var currentItemMetadata: grid.currentItem ? grid.currentItem.metadata : undefined
|
||||
readonly property int centerViewId: (_reconstruction && _reconstruction.sfmTransform) ? parseInt(_reconstruction.sfmTransform.attribute("transformation").value) : 0
|
||||
readonly property alias galleryGrid: grid
|
||||
|
||||
property int defaultCellSize: 160
|
||||
property bool readOnly: false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue