Skip to content

Commit

Permalink
Add animated distortion option
Browse files Browse the repository at this point in the history
  • Loading branch information
servantftechnicolor committed Oct 23, 2024
1 parent 88f9d4b commit 2fecb09
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshroom/nodes/aliceVision/ExportDistortion.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ class ExportDistortion(desc.AVCommandLineNode):
"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",
Expand Down

0 comments on commit 2fecb09

Please sign in to comment.