mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-08-03 16:58:24 +02:00
[nodes] FeatureExtraction: add maxThreads argument
This commit is contained in:
parent
f0a9ec23e7
commit
22d3e271b3
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@ class FeatureExtraction(desc.CommandLineNode):
|
|||
uid=[],
|
||||
advanced=True
|
||||
),
|
||||
desc.IntParam(
|
||||
name='maxThreads',
|
||||
label='Max Nb Threads',
|
||||
description='Specifies the maximum number of threads to run simultaneously (0 for automatic mode).',
|
||||
value=0,
|
||||
range=(0, 24, 1),
|
||||
uid=[]
|
||||
),
|
||||
desc.ChoiceParam(
|
||||
name='verboseLevel',
|
||||
label='Verbose Level',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue