mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +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
|
@ -2,7 +2,7 @@ __version__ = "1.0"
|
|||
|
||||
from meshroom.core import desc
|
||||
|
||||
class Split360Images(desc.CommandLineNode):
|
||||
class Split360Images(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_utils_split360Images {allParams}'
|
||||
|
||||
category = 'Utils'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue