From 2fecb09ceb33f5ca908d037214f86e07472f9bbc Mon Sep 17 00:00:00 2001 From: Fabien Servant Date: Wed, 23 Oct 2024 15:17:47 +0200 Subject: [PATCH] Add animated distortion option --- meshroom/nodes/aliceVision/ExportDistortion.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshroom/nodes/aliceVision/ExportDistortion.py b/meshroom/nodes/aliceVision/ExportDistortion.py index 799b457464..9e2e53cab1 100644 --- a/meshroom/nodes/aliceVision/ExportDistortion.py +++ b/meshroom/nodes/aliceVision/ExportDistortion.py @@ -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",