Skip to content

Commit cb136e6

Browse files
committed
add V0... back hopefully.
1 parent 3884a8c commit cb136e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

more_math/StringMathNode.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ def execute(cls, V, F, Expression, batching=0, remember_stack=False, stack={}):
8282

8383
for k, val in F.items():
8484
variables[k] = val if val is not None else 0.0
85+
for k, val in V.items():
86+
variables[k] = val if val is not None else ""
8587

8688
tree = None
8789
if isinstance(Expression,str):

0 commit comments

Comments
 (0)