diff --git a/meshroom/nodes/aliceVision/StructureFromMotion.py b/meshroom/nodes/aliceVision/StructureFromMotion.py index 2db4aeb4..03b35ad1 100644 --- a/meshroom/nodes/aliceVision/StructureFromMotion.py +++ b/meshroom/nodes/aliceVision/StructureFromMotion.py @@ -308,6 +308,13 @@ It iterates like that, adding cameras and triangulating new 2D features into 3D value=False, uid=[0], ), + desc.BoolParam( + name='computeStructureColor', + label='Compute Structure Color', + description='Enable/Disable color computation of each 3D point.', + value=True, + uid=[0], + ), desc.File( name='initialPairA', label='Initial Pair A',