mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-20 10:07:16 +02:00
[nodes] FeatureExtraction: remove dev params
This commit is contained in:
parent
98f8bf5e3b
commit
3daf4a26f3
1 changed files with 0 additions and 17 deletions
|
@ -129,23 +129,6 @@ It is robust to motion-blur, depth-of-field, occlusion. Be careful to have enoug
|
||||||
uid=[],
|
uid=[],
|
||||||
advanced=True,
|
advanced=True,
|
||||||
),
|
),
|
||||||
desc.IntParam(
|
|
||||||
name='invalidate',
|
|
||||||
label='Invalidate',
|
|
||||||
description='Invalidate.',
|
|
||||||
value=0,
|
|
||||||
range=(0, 10000, 1),
|
|
||||||
group="",
|
|
||||||
uid=[0],
|
|
||||||
),
|
|
||||||
desc.StringParam(
|
|
||||||
name="comments",
|
|
||||||
label="Comments",
|
|
||||||
description="Comments",
|
|
||||||
value="",
|
|
||||||
group="",
|
|
||||||
uid=[],
|
|
||||||
),
|
|
||||||
desc.ChoiceParam(
|
desc.ChoiceParam(
|
||||||
name='verboseLevel',
|
name='verboseLevel',
|
||||||
label='Verbose Level',
|
label='Verbose Level',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue