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",