mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
Merge pull request #2579 from alicevision/dev/nukeExport
[nodes] `ExportDistortion`: Add animated distortion option
This commit is contained in:
commit
e8d177e28e
7 changed files with 13 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
__version__ = "1.0"
|
||||
__version__ = "2.0"
|
||||
|
||||
from meshroom.core import desc
|
||||
from meshroom.core.utils import VERBOSE_LEVEL
|
||||
|
@ -27,6 +27,12 @@ It also allows to export an undistorted image of the lens grids for validation.
|
|||
"Only supports 3DEqualizer lens models.",
|
||||
value=True,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="exportAnimatedNukeNode",
|
||||
label="Export Animated Nuke Node",
|
||||
description="Export animated distortion for this sequence as nuke file.",
|
||||
value=False,
|
||||
),
|
||||
desc.BoolParam(
|
||||
name="exportLensGridsUndistorted",
|
||||
label="Export Lens Grids Undistorted",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"DepthMapFilter": "4.0",
|
||||
"DistortionCalibration": "5.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"ExportDistortion": "2.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageDetectionPrompt": "0.1",
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
"DepthMap": "5.0",
|
||||
"DepthMapFilter": "4.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"ExportDistortion": "2.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageDetectionPrompt": "0.1",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
"CameraInit": "11.0",
|
||||
"CheckerboardDetection": "1.0",
|
||||
"DistortionCalibration": "5.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"ExportDistortion": "2.0",
|
||||
"Publish": "1.3"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"ConvertSfMFormat": "2.0",
|
||||
"DistortionCalibration": "5.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"ExportDistortion": "2.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageDetectionPrompt": "0.1",
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"ConvertDistortion": "1.0",
|
||||
"ConvertSfMFormat": "2.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"ExportDistortion": "2.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageDetectionPrompt": "0.1",
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
"DepthMapFilter": "4.0",
|
||||
"DistortionCalibration": "5.0",
|
||||
"ExportAnimatedCamera": "2.0",
|
||||
"ExportDistortion": "1.0",
|
||||
"ExportDistortion": "2.0",
|
||||
"FeatureExtraction": "1.3",
|
||||
"FeatureMatching": "2.0",
|
||||
"ImageDetectionPrompt": "0.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue