mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-21 10:37:18 +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(
|
desc.File(
|
||||||
name='outputMaterial',
|
name='outputMaterial',
|
||||||
|
enabled= lambda node: node.outputMeshFileType.value == "obj",
|
||||||
label='Material',
|
label='Material',
|
||||||
description='Output Material file.',
|
description='Output Material file.',
|
||||||
value=desc.Node.internalFolder + 'texturedMesh.mtl',
|
value=desc.Node.internalFolder + 'texturedMesh.mtl',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue