mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-02 19:02:29 +02:00
[nodes][aliceVision] add initial version on nodes
This commit is contained in:
parent
5d14189206
commit
2a410d07ea
29 changed files with 66 additions and 19 deletions
|
@ -1,5 +1,8 @@
|
|||
__version__ = "1.0"
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
||||
class MeshDecimate(desc.CommandLineNode):
|
||||
commandLine = 'aliceVision_meshDecimate {allParams}'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue