mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-19 17:47:25 +02:00
[nodes] display material output only for .obj
This commit is contained in:
parent
dc1ca91a31
commit
fa0509eca4
1 changed files with 1 additions and 0 deletions
|
@ -334,6 +334,7 @@ Many cameras are contributing to the low frequencies and only the best ones cont
|
|||
),
|
||||
desc.File(
|
||||
name='outputMaterial',
|
||||
enabled= lambda node: node.outputMeshFileType.value == "obj",
|
||||
label='Material',
|
||||
description='Output Material file.',
|
||||
value=desc.Node.internalFolder + 'texturedMesh.mtl',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue