diff --git a/meshroom/nodes/aliceVision/ExportDistortion.py b/meshroom/nodes/aliceVision/ExportDistortion.py index 799b4574..9e2e53ca 100644 --- a/meshroom/nodes/aliceVision/ExportDistortion.py +++ b/meshroom/nodes/aliceVision/ExportDistortion.py @@ -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",