mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-06 10:18:42 +02:00
[nodes] FeatureExtraction
Remove upright
option
This commit is contained in:
parent
784ebefe17
commit
6aa1f9a91c
1 changed files with 0 additions and 7 deletions
|
@ -36,13 +36,6 @@ class FeatureExtraction(desc.CommandLineNode):
|
||||||
exclusive=True,
|
exclusive=True,
|
||||||
uid=[0],
|
uid=[0],
|
||||||
),
|
),
|
||||||
desc.BoolParam(
|
|
||||||
name='upright',
|
|
||||||
label='Upright',
|
|
||||||
description='''Upright feature.''',
|
|
||||||
value=False,
|
|
||||||
uid=[0],
|
|
||||||
),
|
|
||||||
desc.BoolParam(
|
desc.BoolParam(
|
||||||
name='forceCpuExtraction',
|
name='forceCpuExtraction',
|
||||||
label='Force CPU Extraction',
|
label='Force CPU Extraction',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue