mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-01 02:12:04 +02:00
Do not evaluate variables of string parameters in the nodes' description
Set the value of the string parameters in the nodes' description as the unevaluated variable instead of the evaluated variable. The evaluation will be made later, when the nodes with such parameters will be computed.
This commit is contained in:
parent
708eb85c9c
commit
7ec65d828c
7 changed files with 8 additions and 8 deletions
|
@ -65,7 +65,7 @@ Thanks to this node, the FeatureMatching node will only compute the matches betw
|
|||
name='tree',
|
||||
label='Voc Tree: Tree',
|
||||
description='Input name for the vocabulary tree file.',
|
||||
value=os.environ.get('ALICEVISION_VOCTREE', ''),
|
||||
value='${ALICEVISION_VOCTREE}',
|
||||
uid=[],
|
||||
enabled=lambda node: 'VocabularyTree' in node.method.value,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue