mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 10:37:18 +02:00
[nodes] ImageProcessing: minor wording change
This commit is contained in:
parent
d1ab87234d
commit
11af1cca69
1 changed files with 2 additions and 2 deletions
|
@ -119,8 +119,8 @@ Convert or apply filtering to the input images.
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='fillHoles',
|
name='fillHoles',
|
||||||
label='Fill holes',
|
label='Fill Holes',
|
||||||
description='Fill holes.',
|
description='Fill holes based on the alpha channel.',
|
||||||
value=False,
|
value=False,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue