mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 13:06:28 +02:00
[nodes] Panorama: add semantic flag on output image files
This commit is contained in:
parent
9d56e40158
commit
c462ea9c81
2 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,7 @@ class PanoramaPostProcessing(desc.CommandLineNode):
|
|||
name='outputPanorama',
|
||||
label='Output Folder',
|
||||
description='',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + 'panorama.exr',
|
||||
uid=[],
|
||||
),
|
||||
|
|
|
@ -63,6 +63,7 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
|||
name='output',
|
||||
label='Labels',
|
||||
description='',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + 'labels.exr',
|
||||
uid=[],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue