mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-02 19:56:46 +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],
|
uid=[0],
|
||||||
advanced=True,
|
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(
|
desc.BoolParam(
|
||||||
name='saveRawDensePointCloud',
|
name='saveRawDensePointCloud',
|
||||||
label='Save Raw Dense Point Cloud',
|
label='Save Raw Dense Point Cloud',
|
||||||
|
|
Loading…
Add table
Reference in a new issue