mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[panorama] new nodes for large memory use
This commit is contained in:
parent
2f67ef3b60
commit
b4c3950f40
2 changed files with 60 additions and 0 deletions
|
@ -65,5 +65,12 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
|||
description='',
|
||||
value=desc.Node.internalFolder + 'labels.exr',
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
name='outputSfm',
|
||||
label='Output SfMData File',
|
||||
description='Path to the output sfmdata file',
|
||||
value=desc.Node.internalFolder + 'panorama.sfm',
|
||||
uid=[],
|
||||
)
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue