diff --git a/meshroom/nodes/aliceVision/PanoramaInit.py b/meshroom/nodes/aliceVision/PanoramaInit.py index 068faea436..8ac5875641 100644 --- a/meshroom/nodes/aliceVision/PanoramaInit.py +++ b/meshroom/nodes/aliceVision/PanoramaInit.py @@ -90,6 +90,15 @@ class PanoramaInit(desc.CommandLineNode): uid=[0], enabled=lambda node: node.useFisheye.value and not node.estimateFisheyeCircle.value, ), + desc.ChoiceParam( + name='inputAngle', + label='input Angle offset', + description='Add a rotation to the input XML given poses.', + value='None', + values=['None', 'rotate90', 'rotate180', 'rotate270'], + exclusive=True, + uid=[0] + ), desc.ChoiceParam( name='verboseLevel', label='Verbose Level',