mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 09:56:32 +02:00
[nodes] CamPairs renamed to CameraConnection
This commit is contained in:
parent
041f98ae8a
commit
06a8cbaf45
2 changed files with 3 additions and 3 deletions
13
meshroom/nodes/aliceVision/CameraConnection.py
Normal file
13
meshroom/nodes/aliceVision/CameraConnection.py
Normal file
|
@ -0,0 +1,13 @@
|
|||
from meshroom.core import desc
|
||||
|
||||
class CameraConnection(desc.CommandLineNode):
|
||||
internalFolder = '{cache}/{nodeType}/{uid0}/'
|
||||
commandLine = 'aliceVision_cameraConnection --ini {mvsConfigValue}'
|
||||
|
||||
mvsConfig = desc.File(
|
||||
label='MVS Configuration file',
|
||||
description='',
|
||||
value='',
|
||||
uid=[0],
|
||||
isOutput=False,
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue