mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-03 19:31:58 +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 json
|
||||||
import os
|
import os
|
||||||
|
@ -161,6 +161,13 @@ class StructureFromMotion(desc.CommandLineNode):
|
||||||
value=False,
|
value=False,
|
||||||
uid=[],
|
uid=[],
|
||||||
),
|
),
|
||||||
|
desc.BoolParam(
|
||||||
|
name='useRigsCalibration',
|
||||||
|
label='Use Rigs Calibration',
|
||||||
|
description='Enable/Disable rigs calibration.',
|
||||||
|
value=True,
|
||||||
|
uid=[0],
|
||||||
|
),
|
||||||
desc.File(
|
desc.File(
|
||||||
name='initialPairA',
|
name='initialPairA',
|
||||||
label='Initial Pair A',
|
label='Initial Pair A',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue