mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-24 03:57:28 +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',
|
||||
label='Mesh File Type',
|
||||
description='File Type',
|
||||
value='gltf2',
|
||||
value='gltf',
|
||||
values=('obj', 'gltf', 'fbx', 'stl'),
|
||||
exclusive=True,
|
||||
uid=[0],
|
||||
|
@ -318,7 +318,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
|||
name='outputMesh',
|
||||
label='Mesh',
|
||||
description='Output Mesh file.',
|
||||
value=desc.Node.internalFolder + 'texturedMesh.obj',
|
||||
value=desc.Node.internalFolder + 'texturedMesh.{outputMeshFileTypeValue}',
|
||||
uid=[],
|
||||
group='',
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue