mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 08:18:25 +02:00
[nodes] Improve labels and descriptions for distortion calibration nodes
This commit is contained in:
parent
e895808e92
commit
73332694fa
4 changed files with 11 additions and 11 deletions
|
@ -31,8 +31,8 @@ Overwrite intrinsics with a calibrated intrinsic.
|
|||
outputs = [
|
||||
desc.File(
|
||||
name='output',
|
||||
label='SfMData File.',
|
||||
description='Path to the output sfmData file.',
|
||||
label='SfMData File',
|
||||
description='Path to the output SfMData file.',
|
||||
value=desc.Node.internalFolder + 'sfmData.sfm',
|
||||
uid=[],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue