mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-25 20:47:39 +02:00
[nodes] ApplyCalibration: chunkable output
This commit is contained in:
parent
3bb610b30b
commit
a9befd9607
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from meshroom.core import desc
|
|||
|
||||
class ApplyCalibration(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_applyCalibration {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
category = 'Utils'
|
||||
documentation = '''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue