mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[nodes] DepthMapFilter: display normal maps
This commit is contained in:
parent
43170378d2
commit
dfc691771e
1 changed files with 10 additions and 0 deletions
|
@ -150,4 +150,14 @@ This allows to filter unstable points before starting the fusion of all depth ma
|
|||
uid=[],
|
||||
group="", # do not export on the command line
|
||||
),
|
||||
desc.File(
|
||||
name="normal",
|
||||
label="Normal Maps",
|
||||
description="Normal maps.",
|
||||
semantic="image",
|
||||
value=desc.Node.internalFolder + "<VIEW_ID>_normalMap.exr",
|
||||
uid=[],
|
||||
enabled=lambda node: node.computeNormalMaps.value,
|
||||
group="", # do not export on the command line
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue