mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 18:17:17 +02:00
[nodes] add mesh file type option
This commit is contained in:
parent
45c04113ce
commit
2aa0bb12d4
1 changed files with 9 additions and 0 deletions
|
@ -69,6 +69,15 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
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",
|
desc.GroupAttribute(name="colorMap", label="Color Map", description="Color Map Parameters",
|
||||||
enabled=lambda node: (node.imagesFolder.value != ''),
|
enabled=lambda node: (node.imagesFolder.value != ''),
|
||||||
group=None,
|
group=None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue