From 91bb5e5ac66bcd08a7bd87d5f5d7832b0f4c32f3 Mon Sep 17 00:00:00 2001 From: jmelou Date: Tue, 23 May 2023 15:07:34 +0200 Subject: [PATCH] [PS] Add outputs to PS node --- meshroom/nodes/aliceVision/PhotometricStereo.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/meshroom/nodes/aliceVision/PhotometricStereo.py b/meshroom/nodes/aliceVision/PhotometricStereo.py index 92caaf70..9663b99b 100644 --- a/meshroom/nodes/aliceVision/PhotometricStereo.py +++ b/meshroom/nodes/aliceVision/PhotometricStereo.py @@ -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',