[nodes] meshing/texturing: expose parameters

This commit is contained in:
Fabien Castan 2017-11-27 16:20:27 +01:00
parent 2f63d5b010
commit 0bb05e99e7
3 changed files with 43 additions and 2 deletions

View file

@ -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',