[nodes] PanoramaEstimation: remove unused param "orientation"

This commit is contained in:
Fabien Castan 2020-03-26 10:50:09 +01:00
parent 1a968ca4be
commit 5e9f7a32a9

View file

@ -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.)',