Hey can't seem to find any help for this issue. My sliders are all of a sudden outputting decimal numbers and I only need whole numbers.
I. E. Instead of 300 it's 300.78.
Slider outputting floating point numbers, only need whole numbers
Hey can't seem to find any help for this issue. My sliders are all of a sudden outputting decimal numbers and I only need whole numbers.
I. E. Instead of 300 it's 300.78.
Did you change the settings? Sliders will only give exact integers if the pixel width is the same as the range. That's why it's set to 128 pixels from 0 to 127 by default. If you want to change one without changing the other but still want integers, then you can use the [int] object.
Oops! Looks like something went wrong!