mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[ui] By default no pipeline is provided and we can create empty project
This commit is contained in:
parent
f326d45024
commit
1038806ccd
2 changed files with 3 additions and 1 deletions
|
@ -510,6 +510,8 @@ class Reconstruction(UIGraph):
|
|||
@Slot(str)
|
||||
def new(self, pipeline=None):
|
||||
p = pipeline if pipeline != None else self._defaultPipeline
|
||||
if not p:
|
||||
return
|
||||
""" Create a new pipeline. """
|
||||
# Lower the input and the dictionary keys to make sure that all input types can be found:
|
||||
# - correct pipeline name but the case does not match (e.g. panoramaHDR instead of panoramaHdr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue