You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two problems here.
The node can't work with empty objects. I would expect to get [[1, 1], [], [3, 3, 3]]
The second problem is that the node does not clean its previous result if in current execution the result is empty list. It steps into the break condition and sv_get is never reachable.
Problem statement
Two problems here.
The node can't work with empty objects. I would expect to get
[[1, 1], [], [3, 3, 3]]
The second problem is that the node does not clean its previous result if in current execution the result is empty list. It steps into the break condition and
sv_get
is never reachable.sverchok/nodes/list_main/match.py
Lines 127 to 131 in ce84c14
The text was updated successfully, but these errors were encountered: