mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
[nodes] DistortionCalibration: rename outSfMData to output
This commit is contained in:
parent
53cc8898c1
commit
3bb610b30b
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue