mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-16 16:25:20 +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
|
@ -5,7 +5,7 @@ from meshroom.core import desc
|
|||
import os.path
|
||||
|
||||
|
||||
class SfMAlignment(desc.CommandLineNode):
|
||||
class SfMAlignment(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_utils_sfmAlignment {allParams}'
|
||||
size = desc.DynamicNodeSize('input')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue