[nodes] ExportAnimatedCamera: propagate input size

This commit is contained in:
Loïc Vital 2023-06-16 08:49:53 -07:00
parent 737c995c4f
commit 3997c96210

View file

@ -5,6 +5,7 @@ from meshroom.core import desc
class ExportAnimatedCamera(desc.AVCommandLineNode):
commandLine = 'aliceVision_exportAnimatedCamera {allParams}'
size = desc.DynamicNodeSize('input')
category = 'Export'
documentation = '''