mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-21 13:06:28 +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 = [
|
||||
desc.File(
|
||||
name='outputPanorama',
|
||||
label='Output Folder',
|
||||
label='Output Panorama',
|
||||
description='',
|
||||
semantic='image',
|
||||
value=desc.Node.internalFolder + 'panorama.exr',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue