[nodes][aliceVision] use user-friendly atribute labels

This commit is contained in:
Yann Lanthony 2020-01-24 11:59:46 +01:00
parent efb8e1ed67
commit ac149e1e51
11 changed files with 33 additions and 33 deletions

View file

@ -13,7 +13,7 @@ class StructureFromMotion(desc.CommandLineNode):
inputs = [
desc.File(
name='input',
label='Input',
label='SfMData',
description='SfMData file.',
value='',
uid=[0],
@ -245,14 +245,14 @@ class StructureFromMotion(desc.CommandLineNode):
outputs = [
desc.File(
name='output',
label='Output SfMData File',
label='SfMData',
description='Path to the output sfmdata file',
value=desc.Node.internalFolder + 'sfm.abc',
uid=[],
),
desc.File(
name='outputViewsAndPoses',
label='Output SfMData File',
label='Views and Poses',
description='''Path to the output sfmdata file with cameras (views and poses).''',
value=desc.Node.internalFolder + 'cameras.sfm',
uid=[],