Hi there,
I want the user to be able to select between multiple options using a Numeric selector (eg Location1, Location2, Location3 etc), which represent other parametric scene-unit values. This would then drive an object's position.
I'm not seeing a way to go about it so please let me know if there is a simple method that I'm missing here.
However, I would expect to be able to do this in one of these way which don't currently seem possible:
1) Being able export Numeric selector entry values
2) With a Selector node for Numeric values
3) or, being able to plug Numeric nodes into Value List node
4) A switch statement expression in the Arithmetic node
With all these I would then be plugging in Numeric nodes into them and then switching between them based on an index derived from the corresponding Numeric selector option that has been selected.
Note: With the Value List node I noticed that I can export the value list, but when I try to branch off of it there isn't a suggestion for an input node like with other node types. What should plug in here?
Thanks!