mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
[nodes][aliceVision] Texturing: fix outputTextures files extension
This commit is contained in:
parent
a554495ed5
commit
919f5e32aa
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ class Texturing(desc.CommandLineNode):
|
|||
name='outputTextures',
|
||||
label='Output Textures',
|
||||
description='Folder for output mesh: OBJ, material and texture files.',
|
||||
value=desc.Node.internalFolder + 'texture_*.png',
|
||||
value=desc.Node.internalFolder + 'texture_*.{outputTextureFileTypeValue}',
|
||||
uid=[],
|
||||
group='',
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue