mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-18 03:26:30 +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
|
@ -3,7 +3,7 @@ __version__ = "3.0"
|
|||
from meshroom.core import desc
|
||||
|
||||
|
||||
class ImageMasking(desc.CommandLineNode):
|
||||
class ImageMasking(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_imageMasking {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
parallelization = desc.Parallelization(blockSize=40)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue