diff --git a/meshroom/nodes/aliceVision/SfMTransform.py b/meshroom/nodes/aliceVision/SfMTransform.py index 4b7378f0b7..9f0e687da7 100644 --- a/meshroom/nodes/aliceVision/SfMTransform.py +++ b/meshroom/nodes/aliceVision/SfMTransform.py @@ -57,7 +57,7 @@ class SfMTransform(desc.AVCommandLineNode): " * from_single_camera: Camera UID or simplified regular expression to match image filepath (like '*camera2*.jpg')", value='', uid=[0], - enabled=lambda node: node.method.value == "transformation" or node.method.value == "from_single_camera", + enabled=lambda node: node.method.value == "transformation" or node.method.value == "from_single_camera" or node.method.value == "auto_from_cameras_x_axis", ), desc.GroupAttribute( name="manualTransform",