mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[nodes][aliceVision] hdr: change output parameter from path to folder
This commit is contained in:
parent
6d377e1b7d
commit
fe158917f1
1 changed files with 3 additions and 3 deletions
|
@ -111,9 +111,9 @@ class LDRToHDR(desc.CommandLineNode):
|
|||
outputs = [
|
||||
desc.File(
|
||||
name='output',
|
||||
label='Output',
|
||||
description="Output HDR image path.",
|
||||
value=desc.Node.internalFolder + 'hdr.exr',
|
||||
label='Output Folder',
|
||||
description="Output folder for HDR images",
|
||||
value=desc.Node.internalFolder,
|
||||
uid=[],
|
||||
),
|
||||
desc.File(
|
||||
|
|
Loading…
Add table
Reference in a new issue