mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 10:52:03 +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
|
@ -6,7 +6,7 @@ import os
|
|||
from meshroom.core import desc
|
||||
|
||||
|
||||
class PanoramaMerging(desc.CommandLineNode):
|
||||
class PanoramaMerging(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_panoramaMerging {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
cpu = desc.Level.NORMAL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue