Meshroom/meshroom/nodes/aliceVision/Texturing.py
2017-10-31 16:50:29 +01:00

15 lines
445 B
Python

from meshroom.core import desc
class Texturing(desc.CommandLineNode):
internalFolder = '{cache}/{nodeType}/{uid0}/'
commandLine = 'aliceVision_texturing --ini {mvsConfigValue} {allParams}'
cpu = desc.Level.INTENSIVE
ram = desc.Level.INTENSIVE
mvsConfig = desc.File(
label='MVS Configuration file',
description='',
value='',
uid=[0],
isOutput=False,
)