List Gadget / Stack Gadget
A gadge that lets us feed fat wires in and:
- Add values to the list (push/unshift)
- Insert values at a particular position
- Remove values from the list
- Search for a particular value in the list
- Sort values in the list
- Swap a particular value(s) in the list for another
- Reverse order of values in the list
- Count number of values added to the list
- Clear the values in the list
- Sum all values in the list
- Get average of all values in the list
- Remove values (matching a specified value) from the list
- Get values at a particualr position in the list
- Get the first value in the list
- Get the last value in the list
- Start a loop through the values (1 per frame) and pulse when finished
-
You want arrays, I want arrays, we all say hooray for the array!
-
Hehe Yes! Arrays too!
-
actually guys this is even better than arrays. If that ever comes to fruition, it must work to be able to put sculpts in arrays too, having local variables, etc...
Please sign in to leave a comment.