mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[nodes] PrepareDenseScene
Spelling correction
This commit is contained in:
parent
3429f0cce2
commit
a58b4bbd35
1 changed files with 2 additions and 2 deletions
|
@ -29,14 +29,14 @@ class PrepareDenseScene(desc.CommandLineNode):
|
|||
desc.BoolParam(
|
||||
name='saveMetadata',
|
||||
label='Save Metadata',
|
||||
description='Save projections and intrinsics informations in images metadata (only for .exr images).',
|
||||
description='Save projections and intrinsics information in images metadata (only for .exr images).',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='saveMatricesTxtFiles',
|
||||
label='Save Matrices Text Files',
|
||||
description='Save projections and intrinsics informations in text files.',
|
||||
description='Save projections and intrinsics information in text files.',
|
||||
value=False,
|
||||
uid=[0],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue