We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f9d4b commit 2fecb09Copy full SHA for 2fecb09
meshroom/nodes/aliceVision/ExportDistortion.py
@@ -27,6 +27,12 @@ class ExportDistortion(desc.AVCommandLineNode):
27
"Only supports 3DEqualizer lens models.",
28
value=True,
29
),
30
+ desc.BoolParam(
31
+ name="exportAnimatedNukeNode",
32
+ label="Export Animated Nuke Node",
33
+ description="Export animated distortion for this sequence as nuke file.",
34
+ value=False,
35
+ ),
36
desc.BoolParam(
37
name="exportLensGridsUndistorted",
38
label="Export Lens Grids Undistorted",
0 commit comments