mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 11:51:58 +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
|
from meshroom.core import desc
|
||||||
|
|
||||||
|
@ -22,13 +22,6 @@ class Texturing(desc.CommandLineNode):
|
||||||
value='',
|
value='',
|
||||||
uid=[0],
|
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(
|
desc.File(
|
||||||
name='inputMesh',
|
name='inputMesh',
|
||||||
label='Other Input Mesh',
|
label='Other Input Mesh',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue