mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[PS] Add outputs to PS node
This commit is contained in:
parent
c98362998d
commit
91bb5e5ac6
1 changed files with 16 additions and 0 deletions
|
@ -42,6 +42,22 @@ TODO.
|
||||||
uid=[],
|
uid=[],
|
||||||
group='', # remove from command line
|
group='', # remove from command line
|
||||||
),
|
),
|
||||||
|
desc.File(
|
||||||
|
name='outputSfmDataAlbedo',
|
||||||
|
label='SfmData Albedo',
|
||||||
|
description='',
|
||||||
|
value=desc.Node.internalFolder + '/albedoMaps.sfm',
|
||||||
|
uid=[],
|
||||||
|
group='', # remove from command line
|
||||||
|
),
|
||||||
|
desc.File(
|
||||||
|
name='outputSfmDataNormal',
|
||||||
|
label='SfmData Normal',
|
||||||
|
description='',
|
||||||
|
value=desc.Node.internalFolder + '/normalMaps.sfm',
|
||||||
|
uid=[],
|
||||||
|
group='', # remove from command line
|
||||||
|
),
|
||||||
desc.File(
|
desc.File(
|
||||||
name='outputPath',
|
name='outputPath',
|
||||||
label='Output Folder',
|
label='Output Folder',
|
||||||
|
|
Loading…
Add table
Reference in a new issue