[nodes] add "undistortMasks" option for MeshMasking

This commit is contained in:
GuillaumeDev 2021-07-08 17:51:21 +02:00 committed by Fabien Castan
parent f16402ff06
commit 85f3ae4bdd

View file

@ -60,6 +60,14 @@ Decimate triangles based on image masks.
value=False,
uid=[0]
),
desc.BoolParam(
name='undistortMasks',
label='Undistort Masks',
description='''Undistort the masks with the same parameters as the matching image.
Tick it if the masks are drawn on the original images.''',
value=False,
uid=[0]
),
desc.ChoiceParam(
name='verboseLevel',
label='Verbose Level',