mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-17 11:06:27 +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
|
@ -4,7 +4,7 @@ from meshroom.core import desc, Version
|
|||
import logging
|
||||
|
||||
|
||||
class Texturing(desc.CommandLineNode):
|
||||
class Texturing(desc.AVCommandLineNode):
|
||||
commandLine = 'aliceVision_texturing {allParams}'
|
||||
cpu = desc.Level.INTENSIVE
|
||||
ram = desc.Level.INTENSIVE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue