mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-02 16:28:51 +02:00
[tests] test multiview pipeline and List/GroupAttributes set/get
This commit is contained in:
parent
e0c52898cc
commit
b7175e219f
2 changed files with 36 additions and 1 deletions
|
@ -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))),
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue