mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-03 20:26:49 +02:00
[nodes][aliceVision] Meshing: add "colorizeOutput" option
This commit is contained in:
parent
fea7f89e99
commit
44fe4f765e
1 changed files with 7 additions and 0 deletions
|
@ -209,6 +209,13 @@ class Meshing(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='colorizeOutput',
|
||||
label='Colorize Output',
|
||||
description='Whether to colorize output dense point cloud and mesh.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='saveRawDensePointCloud',
|
||||
label='Save Raw Dense Point Cloud',
|
||||
|
|
Loading…
Add table
Reference in a new issue