Skip to content

Commit

Permalink
[Nodes] cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0g committed Dec 21, 2022
1 parent ad5f060 commit 2403666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshroom/nodes/aliceVision/Triangulate.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.0"
__version__ = "1.0"

from meshroom.core import desc

Expand All @@ -14,7 +14,7 @@ class Triangulate(desc.AVCommandLineNode):
desc.File(
name='input',
label='SfMData',
description='SfMData file.',
description='SfMData file. Must contain the camera calibration.',
value='',
uid=[0],
),
Expand Down

0 comments on commit 2403666

Please sign in to comment.