mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[ui] add Open Recent Project
This commit is contained in:
parent
d1ab458e56
commit
d001cc9e73
3 changed files with 87 additions and 1 deletions
|
@ -426,6 +426,7 @@ class Reconstruction(UIGraph):
|
|||
# use the user-provided default photogrammetry project file
|
||||
self.load(p, setupProjectFile=False)
|
||||
|
||||
@Slot(str)
|
||||
def load(self, filepath, setupProjectFile=True):
|
||||
try:
|
||||
super(Reconstruction, self).load(filepath, setupProjectFile)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue