Enable SfMTransform with selection of one view as reference for the coordinate system.

This commit is contained in:
Fabien Danieau 2018-12-19 17:34:45 +01:00
parent 0fffc468f8
commit cf5b835272

View file

@ -20,7 +20,7 @@ class SfMTransform(desc.CommandLineNode):
label='Transformation Method',
description='''Transformation method (transformation, auto_from_cameras, auto_from_landmarks).''',
value='auto_from_landmarks',
values=['transformation', 'auto_from_cameras', 'auto_from_landmarks'],
values=['transformation', 'auto_from_cameras', 'auto_from_landmarks', 'from_single_camera'],
exclusive=True,
uid=[0],
),