Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading