Skip to content

Commit 9be7c03

Browse files
authored
Merge pull request #2567 from alicevision/fix/lightingCalibrationVisu
[nodes] `LightingCalibration`: Exclude visualization output from command line
2 parents 8a46cad + f10cd25 commit 9be7c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meshroom/nodes/aliceVision/LightingCalibration.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ class LightingCalibration(desc.CommandLineNode):
6868
description="Estimated Lighting Visualization.",
6969
semantic="image",
7070
value=desc.Node.internalFolder + "/<FILESTEM>_{methodValue}.png",
71+
group=None,
7172
),
7273
]

0 commit comments

Comments
 (0)