[nodes] SfMTransform: new from_center_camera

This commit is contained in:
Fabien Castan 2021-02-15 18:46:55 +01:00
parent 2405030858
commit b317de71ee

View file

@ -39,9 +39,10 @@ The transformation can be based on:
" * auto_from_cameras: Use cameras\n"
" * auto_from_landmarks: Use landmarks\n"
" * from_single_camera: Use a specific camera as the origin of the coordinate system\n"
" * from_center_camera: Use the center camera as the origin of the coordinate system\n"
" * from_markers: Align specific markers to custom coordinates",
value='auto_from_landmarks',
values=['transformation', 'manual', 'auto_from_cameras', 'auto_from_landmarks', 'from_single_camera', 'from_markers'],
values=['transformation', 'manual', 'auto_from_cameras', 'auto_from_landmarks', 'from_single_camera', 'from_center_camera', 'from_markers'],
exclusive=True,
uid=[0],
),