Meshroom/meshroom/nodes/Meshing.py
2017-09-26 11:11:57 +02:00

15 lines
421 B
Python

from meshroom.processGraph import desc
class Meshing(desc.CommandLineNode):
internalFolder = '{cache}/{nodeType}/{uid0}/'
commandLine = 'CMPMVS {mvsConfigValue} --meshing'
mvsConfig = desc.FileAttribute(
label='MVS Configuration file',
description='',
value='',
shortName='',
arg='',
uid=[0],
isOutput=False,
)