mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-23 22:16:30 +02:00
Move nodes into subfolders
This commit is contained in:
parent
85eff3509f
commit
aacdf32915
17 changed files with 23 additions and 11 deletions
15
meshroom/nodes/aliceVision/DepthMap.py
Normal file
15
meshroom/nodes/aliceVision/DepthMap.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
from meshroom.core import desc
|
||||
|
||||
class DepthMap(desc.CommandLineNode):
|
||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||
commandLine = 'CMPMVS {mvsConfigValue} --createDepthmap'
|
||||
|
||||
mvsConfig = desc.FileAttribute(
|
||||
label='MVS Configuration file',
|
||||
description='',
|
||||
value='',
|
||||
shortName='',
|
||||
arg='',
|
||||
uid=[0],
|
||||
isOutput=False,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue