mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-31 07:18:25 +02:00
[texturing] fix export filename
This commit is contained in:
parent
295dee5dd9
commit
440ec43ac0
1 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
||||||
name='outputMeshFileType',
|
name='outputMeshFileType',
|
||||||
label='Mesh File Type',
|
label='Mesh File Type',
|
||||||
description='File Type',
|
description='File Type',
|
||||||
value='gltf2',
|
value='gltf',
|
||||||
values=('obj', 'gltf', 'fbx', 'stl'),
|
values=('obj', 'gltf', 'fbx', 'stl'),
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
|
@ -318,7 +318,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
||||||
name='outputMesh',
|
name='outputMesh',
|
||||||
label='Mesh',
|
label='Mesh',
|
||||||
description='Output Mesh file.',
|
description='Output Mesh file.',
|
||||||
value=desc.Node.internalFolder + 'texturedMesh.obj',
|
value=desc.Node.internalFolder + 'texturedMesh.{outputMeshFileTypeValue}',
|
||||||
uid=[],
|
uid=[],
|
||||||
group='',
|
group='',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue