mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[nodes] PanoramaEstimation: remove unused param "orientation"
This commit is contained in:
parent
1a968ca4be
commit
5e9f7a32a9
1 changed files with 0 additions and 9 deletions
|
@ -53,15 +53,6 @@ class PanoramaEstimation(desc.CommandLineNode):
|
|||
uid=[0],
|
||||
joinChar=',',
|
||||
),
|
||||
desc.IntParam(
|
||||
name='orientation',
|
||||
label='Orientation',
|
||||
description='Orientation',
|
||||
value=0,
|
||||
range=(0, 6, 1),
|
||||
uid=[0],
|
||||
advanced=True,
|
||||
),
|
||||
desc.FloatParam(
|
||||
name='offsetLongitude',
|
||||
label='Longitude offset (deg.)',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue