mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
[nodes] DepthMapFilter
& Meshing
rename option depthMapFolder
to depthMapsFolder
This commit is contained in:
parent
d0da1b1c90
commit
e1f30eb320
3 changed files with 8 additions and 8 deletions
|
@ -18,14 +18,14 @@ class Meshing(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name="depthMapFolder",
|
||||
name="depthMapsFolder",
|
||||
label='Depth Maps Folder',
|
||||
description='Input depth maps folder',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name="depthMapFilterFolder",
|
||||
name="depthMapsFilterFolder",
|
||||
label='Filtered Depth Maps Folder',
|
||||
description='Input filtered depth maps folder',
|
||||
value='',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue