diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index c16de93a..e975a4f6 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -318,14 +318,14 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D desc.File( name='initialPairA', label='Initial Pair A', - description='Filename of the first image (without path).', + description='View ID or filename of the first image (either with or without the full path).', value='', uid=[0], ), desc.File( name='initialPairB', label='Initial Pair B', - description='Filename of the second image (without path).', + description='View ID or filename of the second image (either with or without the full path).', value='', uid=[0], ),