mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 08:48:40 +02:00
[nodes] ExportAnimatedCamera: propagate input size
This commit is contained in:
parent
737c995c4f
commit
3997c96210
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ from meshroom.core import desc
|
|||
|
||||
class ExportAnimatedCamera(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_exportAnimatedCamera {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
category = 'Export'
|
||||
documentation = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue