mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 14:06:28 +02:00
[nodes] Mesh*: use file extension to choose the file format
This commit is contained in:
parent
9724e7e3f5
commit
61bc59928d
3 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,7 @@ This node applies a Laplacian filtering to remove local defects from the raw Mes
|
||||||
values=('gltf', 'obj', 'fbx', 'stl'),
|
values=('gltf', 'obj', 'fbx', 'stl'),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
group='',
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='keepLargestMeshOnly',
|
name='keepLargestMeshOnly',
|
||||||
|
|
|
@ -33,6 +33,7 @@ Decimate triangles based on image masks.
|
||||||
values=('obj', 'gltf', 'fbx', 'stl'),
|
values=('obj', 'gltf', 'fbx', 'stl'),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
group='',
|
||||||
),
|
),
|
||||||
desc.ListAttribute(
|
desc.ListAttribute(
|
||||||
elementDesc=desc.File(
|
elementDesc=desc.File(
|
||||||
|
|
|
@ -44,6 +44,7 @@ A Graph Cut Max-Flow is applied to optimally cut the volume. This cut represents
|
||||||
values=('gltf', 'obj', 'fbx', 'stl'),
|
values=('gltf', 'obj', 'fbx', 'stl'),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
group='',
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='useBoundingBox',
|
name='useBoundingBox',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue