[nodes] DistortionCalibration: rename outSfMData to output

This commit is contained in:
Loïc Vital 2023-03-21 18:26:29 +01:00 committed by Candice Bentéjac
parent 53cc8898c1
commit 3bb610b30b

View file

@ -40,7 +40,7 @@ Calibration of a camera/lens couple distortion using a full screen checkerboard.
outputs = [
desc.File(
name='outSfMData',
name='output',
label='SfmData File',
description='Path to the output sfmData file.',
value=desc.Node.internalFolder + 'sfmData.sfm',