mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 18:27:23 +02:00
Minor comment update
This commit is contained in:
parent
57a1119b21
commit
7bc07bdaad
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ class BaseNode(BaseObject):
|
||||||
# Apply expressions for File attributes
|
# Apply expressions for File attributes
|
||||||
if attr.attributeDesc.isExpression:
|
if attr.attributeDesc.isExpression:
|
||||||
defaultValue = ""
|
defaultValue = ""
|
||||||
# Do not evaluate expression for disabled attributes (the expression may refer to other attributes that are not yet defined)
|
# Do not evaluate expression for disabled attributes (the expression may refer to other attributes that are not defined)
|
||||||
if attr.enabled:
|
if attr.enabled:
|
||||||
try:
|
try:
|
||||||
defaultValue = attr.defaultValue()
|
defaultValue = attr.defaultValue()
|
||||||
|
|
Loading…
Add table
Reference in a new issue