[nodes] ApplyCalibration: chunkable output

This commit is contained in:
Loïc Vital 2023-04-17 16:41:22 +02:00 committed by Candice Bentéjac
parent 3bb610b30b
commit a9befd9607

View file

@ -4,6 +4,7 @@ from meshroom.core import desc
class ApplyCalibration(desc.AVCommandLineNode):
commandLine = 'aliceVision_applyCalibration {allParams}'
size = desc.DynamicNodeSize('input')
category = 'Utils'
documentation = '''