mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[nodes] Texturing
Remove option inputDenseReconstruction
This commit is contained in:
parent
7c8e9a7d8f
commit
52379e4200
1 changed files with 1 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue