mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
BoolParam
This commit is contained in:
parent
3e45cd60ad
commit
51d374ab85
1 changed files with 1 additions and 3 deletions
|
@ -54,9 +54,7 @@ class Split360Images(desc.CommandLineNode):
|
||||||
name='equirectangularDemoMode',
|
name='equirectangularDemoMode',
|
||||||
label='Equirectangular Demo Mode',
|
label='Equirectangular Demo Mode',
|
||||||
description="Export a SVG file that simulate the split",
|
description="Export a SVG file that simulate the split",
|
||||||
value='0',
|
value=True,
|
||||||
values=['0', '1'],
|
|
||||||
exclusive=True,
|
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue