[nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes

This commit is contained in:
fabien servant 2022-12-06 15:02:05 +01:00
parent d0cebbe2b0
commit ae0ca71c1c
53 changed files with 70 additions and 63 deletions

View file

@ -4,7 +4,7 @@ import os
from meshroom.core import desc
class ImageMatchingMultiSfM(desc.CommandLineNode):
class ImageMatchingMultiSfM(desc.AVCommandLineNode):
commandLine = 'aliceVision_imageMatching {allParams}'
# use both SfM inputs to define Node's size
size = desc.MultiDynamicNodeSize(['input', 'inputB'])