mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-20 20:46:28 +02:00
[nodes] refineIntrinsics param as a choice
This commit is contained in:
parent
d42c44af07
commit
7ec61b9d6c
1 changed files with 4 additions and 2 deletions
|
@ -83,10 +83,12 @@ class StructureFromMotion(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
isOutput=False,
|
||||
)
|
||||
refineIntrinsics = desc.StringParam(
|
||||
refineIntrinsics = desc.ChoiceParam(
|
||||
label='Refine Intrinsics',
|
||||
description='''intrinsic parameters. Log parameters:''',
|
||||
value='',
|
||||
value=0,
|
||||
values=[0, 1],
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
)
|
||||
verboseLevel = desc.ChoiceParam(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue