script screenshot:
Greetings, I am trying to make the panel read (0,0,0) when attached to the height slider on the left of the image, but when I connect the two the slider reads 0,10 as a multiline data table. Does anyone know a way to fix this?
Greetings, I am trying to make the panel read (0,0,0) when attached to the height slider on the left of the image, but when I connect the two the slider reads 0,10 as a multiline data table. Does anyone know a way to fix this?
you mean Panel formatting?
@mistachooks - Not very clear what you’re trying to accomplish.
If you connect a Number Slider set to 10 to a Panel it displays 10 as expected.
You want the panel to display 0,0,0
You’ll need to use the value from the slider to construct a point (or vector). What value should it produce with an input of 20? With an input of 5?
-Kevin