[nodes] Texturing Remove option inputDenseReconstruction

This commit is contained in:
Grégoire De Lillo 2019-01-24 10:42:23 +01:00
parent 7c8e9a7d8f
commit 52379e4200

View file

@ -1,4 +1,4 @@
__version__ = "3.0"
__version__ = "4.0"
from meshroom.core import desc
@ -22,13 +22,6 @@ 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',