mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-22 05:26:29 +02:00
[nodes] PanoramaPostProcessing: fix label
This commit is contained in:
parent
c462ea9c81
commit
d6e829e1cc
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class PanoramaPostProcessing(desc.CommandLineNode):
|
||||||
outputs = [
|
outputs = [
|
||||||
desc.File(
|
desc.File(
|
||||||
name='outputPanorama',
|
name='outputPanorama',
|
||||||
label='Output Folder',
|
label='Output Panorama',
|
||||||
description='',
|
description='',
|
||||||
semantic='image',
|
semantic='image',
|
||||||
value=desc.Node.internalFolder + 'panorama.exr',
|
value=desc.Node.internalFolder + 'panorama.exr',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue