mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 00:38:41 +02:00
[ui] Reload the list of templates after "Save As Template"
This commit is contained in:
parent
abacd2cafb
commit
ac4cb11c3d
2 changed files with 7 additions and 0 deletions
|
@ -188,6 +188,12 @@ class MeshroomApp(QApplication):
|
|||
templates.append(variant)
|
||||
return templates
|
||||
|
||||
@Slot()
|
||||
def reloadTemplateList(self):
|
||||
for f in meshroom.core.pipelineTemplatesFolders:
|
||||
meshroom.core.loadPipelineTemplates(f)
|
||||
self.pipelineTemplateFilesChanged.emit()
|
||||
|
||||
def _recentProjectFiles(self):
|
||||
projects = []
|
||||
settings = QSettings()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue