Skip to main content

Value List

This node can be used to store a list of values and select the output by an index or condition, similar to the Selector operator.

The 'Value List' node can output values of the following types:

  • String: Any string value can be used
  • Number: Any integer or floating-point number can be used as input. For floating numbers, use point as decimal separator.
  • Range of values: A range of values can be specified using the format 'start-end', where 'start' and 'end' are integers. For example, '1-3' represents the values 1, 2, and 3.
  • List of numbers/ranges separated by commas: A list of values can be specified using commas to separate individual values or ranges of values. For example, '1-3,5,7' represents the values 1, 2, 3, 5, and 7.

Usage

  1. Add values, clicking the 🤷‍♂️ button to add a new item to the list. You can reorganise the order using the up/down arrows.
  2. Choose how you'd like to choose a value from the list using the Selector drop-down.
  3. Wire the output to any node that accepts a numerical or string input.

Interface

List. contains a list of the values that can be output.

Add New 🤷‍♂️ adds a new value to the list

Delete 🤷‍♂️ deletes the selected value from the list

Move Up ↑ moves the selected value up to reorder the list

Move Down ↓. Moves the selected value down to reorder the list

Selector. chooses how to control the index that chooses with value to ouput. Options are

  • Index Uses the Index value to choose a valuefrom the list. This value can be exported.
  • X Spline Material ID Uses the Material ID assigned to the X Spline to choose a valuefrom the list.
  • Y Spline Material ID Uses the Material ID assigned to the Y Spline to choose a valuefrom the list.
  • X Spline Next Material ID Uses the Material ID from the next spline section on the X Spline to choose a valuefrom the list.
  • Y Spline Next Material ID Uses the Material ID from the next spline section on the y Spline to choose a valuefrom the list.
  • X Spline Marker ID Uses the Marker IDs from the X Spline to choose a valuefrom the list.
  • Y Spline Marker ID Uses the Marker IDs from the Y Spline to choose a valuefrom the list.

Index. Allows you to synchronise randomised objects based on several objects.