diff --git a/meshroom/nodes/aliceVision/MeshMasking.py b/meshroom/nodes/aliceVision/MeshMasking.py index 3dad506e..8a582d6a 100644 --- a/meshroom/nodes/aliceVision/MeshMasking.py +++ b/meshroom/nodes/aliceVision/MeshMasking.py @@ -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',