[PS] Add outputs to PS node

This commit is contained in:
jmelou 2023-05-23 15:07:34 +02:00 committed by Candice Bentéjac
parent c98362998d
commit 91bb5e5ac6

View file

@ -42,6 +42,22 @@ TODO.
uid=[],
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(
name='outputPath',
label='Output Folder',