mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
Add animated distortion option
This commit is contained in:
parent
88f9d4be39
commit
2fecb09ceb
1 changed files with 6 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue