mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-01 15:58:36 +02:00
Enable SfMTransform with selection of one view as reference for the coordinate system.
This commit is contained in:
parent
0fffc468f8
commit
cf5b835272
1 changed files with 1 additions and 1 deletions
|
@ -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],
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue