[tests] test multiview pipeline and List/GroupAttributes set/get

This commit is contained in:
Fabien Castan 2017-10-31 10:50:49 +01:00
parent e0c52898cc
commit b7175e219f
2 changed files with 36 additions and 1 deletions

View file

@ -6,7 +6,7 @@ from meshroom.core import desc
Viewpoint = OrderedDict([
("path", desc.File(label="Image", description="Image filepath", value="", uid=[0], isOutput=False)),
("image", desc.File(label="Image", description="Image filepath", value="", uid=[0], isOutput=False)),
("focal", desc.FloatParam(label="Focal Length", description="Focal Length", value=0.0, uid=[0], range=(5, 200, 1))),
])