mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 21:16:29 +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',
|
name='outputPanorama',
|
||||||
label='Output Folder',
|
label='Output Folder',
|
||||||
description='',
|
description='',
|
||||||
|
semantic='image',
|
||||||
value=desc.Node.internalFolder + 'panorama.exr',
|
value=desc.Node.internalFolder + 'panorama.exr',
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
),
|
||||||
|
|
|
@ -63,6 +63,7 @@ Estimate the seams lines between the inputs to provide an optimal compositing in
|
||||||
name='output',
|
name='output',
|
||||||
label='Labels',
|
label='Labels',
|
||||||
description='',
|
description='',
|
||||||
|
semantic='image',
|
||||||
value=desc.Node.internalFolder + 'labels.exr',
|
value=desc.Node.internalFolder + 'labels.exr',
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue