mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 09:56:32 +02:00
[nodes] StructureFromMotion
Add useRigsCalibration
option
StructureFromMotion node is now 2.0
This commit is contained in:
parent
f07628e5bd
commit
465d1fb6c8
1 changed files with 8 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.0"
|
||||
__version__ = "2.0"
|
||||
|
||||
import json
|
||||
import os
|
||||
|
@ -161,6 +161,13 @@ class StructureFromMotion(desc.CommandLineNode):
|
|||
value=False,
|
||||
uid=[],
|
||||
),
|
||||
desc.BoolParam(
|
||||
name='useRigsCalibration',
|
||||
label='Use Rigs Calibration',
|
||||
description='Enable/Disable rigs calibration.',
|
||||
value=True,
|
||||
uid=[0],
|
||||
),
|
||||
desc.File(
|
||||
name='initialPairA',
|
||||
label='Initial Pair A',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue