mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +02:00
[nodes] turn several parameters into Choices
This commit is contained in:
parent
6945cb7738
commit
03058f4860
3 changed files with 10 additions and 5 deletions
|
@ -40,11 +40,13 @@ class StructureFromMotion(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
joinChar=',',
|
||||
),
|
||||
desc.StringParam(
|
||||
desc.ChoiceParam(
|
||||
name='interFileExtension',
|
||||
label='Inter File Extension',
|
||||
description='''Extension of the intermediate file export.''',
|
||||
value='.abc',
|
||||
values=('.abc', '.ply'),
|
||||
exclusive=True,
|
||||
uid=[],
|
||||
),
|
||||
desc.IntParam(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue