From 3123f95d6c1fea46f2169d0767c2d40588a7afd0 Mon Sep 17 00:00:00 2001 From: jmelou Date: Wed, 13 Sep 2023 16:30:54 +0200 Subject: [PATCH] [nodes] texturing : add normals folder --- meshroom/nodes/aliceVision/Texturing.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshroom/nodes/aliceVision/Texturing.py b/meshroom/nodes/aliceVision/Texturing.py index f67eaf0f..cce12fc8 100644 --- a/meshroom/nodes/aliceVision/Texturing.py +++ b/meshroom/nodes/aliceVision/Texturing.py @@ -41,6 +41,13 @@ Many cameras are contributing to the low frequencies and only the best ones cont value="", uid=[0], ), + desc.File( + name="normalsFolder", + label="Normals Folder", + description="Use normal maps from a specific folder to texture the mesh.\nFilename should be : uid_normalMap.", + value="", + uid=[0], + ), desc.File( name="inputMesh", label="Mesh",