mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 23:38:48 +02:00
[nodes] meshing/texturing: expose parameters
This commit is contained in:
parent
2f63d5b010
commit
0bb05e99e7
3 changed files with 43 additions and 2 deletions
|
@ -15,6 +15,13 @@ class Texturing(desc.CommandLineNode):
|
|||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='inputDenseReconstruction',
|
||||
label='Input Dense Reconstruction',
|
||||
description='Path to the dense reconstruction result (mesh with per vertex visibility).',
|
||||
value='',
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='inputMesh',
|
||||
label='Other Input Mesh',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue