Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-value SliderInput #77

Open
LeXXik opened this issue Feb 11, 2021 · 0 comments
Open

Multi-value SliderInput #77

LeXXik opened this issue Feb 11, 2021 · 0 comments

Comments

@LeXXik
Copy link
Contributor

LeXXik commented Feb 11, 2021

Feature request.

When one wants to get/set an interpolated value, e.g. from 0 to 1, it is very convenient to use the current SliderInput.
It would be nice to have an ability for the slider input to have multiple carets, which would all interpolate on a single total basis value.

For example, 3 carets at equal distance from each other on a [0, 1] range would produce an array with interpolated values [0.25, 0.50, 0.75].

For example, I have some dynamic animation, where I build the paths and timings analytically, based on the current state of objects. The animation consists of a chain of animation sequences. I want to give an artist an ability to control the total time the animation takes, as well as the duration of each part of it in relation to each other. I currently expose those settings via attributes, but a single control would be more convenient and prevent accidental errorenous inputs, where the sum of all parts would be over or less than 100%.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant