[nodes] add mesh file type option

This commit is contained in:
Thomas Zorroche 2021-08-10 16:53:55 +02:00 committed by Fabien Castan
parent 45c04113ce
commit 2aa0bb12d4

View file

@ -69,6 +69,15 @@ Many cameras are contributing to the low frequencies and only the best ones cont
exclusive=True,
uid=[0],
),
desc.ChoiceParam(
name='outputMeshFileType',
label='Mesh File Type',
description='File Type',
value='gltf2',
values=('obj', 'gltf2', 'fbx', 'stl'),
exclusive=True,
uid=[0],
),
desc.GroupAttribute(name="colorMap", label="Color Map", description="Color Map Parameters",
enabled=lambda node: (node.imagesFolder.value != ''),
group=None,