List Input

Functionality

Provides a way to creat a flat list of Integers, Floats, or Vectors. The length of the list is hardcoded to a maximum of 32 elements for integer or float and 10 vectors, we believe that if you need more then you should use a Text File and the Text In node.

Parameters

The value input fields change according to the Mode choice.

Output

A single flat list.

Examples

Useful when you have no immediate need to generate such lists programmatically.

ListInputDemo1.PNG ListInputDemo2.PNG