BoolParam

This commit is contained in:
Simon 2021-07-02 20:52:06 +02:00 committed by GitHub
parent 3e45cd60ad
commit 51d374ab85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,9 +54,7 @@ class Split360Images(desc.CommandLineNode):
name='equirectangularDemoMode',
label='Equirectangular Demo Mode',
description="Export a SVG file that simulate the split",
value='0',
values=['0', '1'],
exclusive=True,
value=True,
uid=[0],
),
]