mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
[nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes
This commit is contained in:
parent
d0cebbe2b0
commit
ae0ca71c1c
53 changed files with 70 additions and 63 deletions
|
@ -28,7 +28,7 @@ def outputImagesValueFunct(attr):
|
|||
return desc.Node.internalFolder + '*' + (outputExt or '.*')
|
||||
|
||||
|
||||
class ImageProcessing(desc.CommandLineNode):
|
||||
class ImageProcessing(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_utils_imageProcessing {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
# parallelization = desc.Parallelization(blockSize=40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue