From 52379e4200fd3262154779cea868a1c99d3dbd1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20De=20Lillo?= Date: Thu, 24 Jan 2019 10:42:23 +0100 Subject: [PATCH] [nodes] `Texturing` Remove option `inputDenseReconstruction` --- meshroom/nodes/aliceVision/Texturing.py | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/meshroom/nodes/aliceVision/Texturing.py b/meshroom/nodes/aliceVision/Texturing.py index e13cc449..92f18d83 100644 --- a/meshroom/nodes/aliceVision/Texturing.py +++ b/meshroom/nodes/aliceVision/Texturing.py @@ -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',