DataShapes ListView Inconsitency

Sorry, it’s been a while since I’ve used Data-Shapes and I totally forgot that this change occurred.

The python code that makes up the input nodes from Data-Shapes no longer supports multiple inputs for the same node. You would have to use two Listview Data nodes for your two input lists or pull out the python code from the node and modify it to handle multiple input lists.

If you know how many inputs lists you’ll have (but need to keep the selections or length flexible), then multiple nodes is a no-brainer. If you need full flexibility in the number of potential selections, then you’ll need to deal with the python code or find an alternative solution.