mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 02:08:08 +02:00
[nodes] texturing : add normals folder
This commit is contained in:
parent
4d447b7917
commit
3123f95d6c
1 changed files with 7 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue