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

[Suggestion] Add gui controls for adjusting many sliders at once #17

Open
SirVeggie opened this issue Jan 16, 2023 · 1 comment
Open

Comments

@SirVeggie
Copy link

Many times you do a merge, but the effect is too strong. You would want to adjust the overall effect of the other model. But with this extension you have to move all the sliders individually one by one.

Suggestion for UI:
float value -- mode dropdown -- buttons for direction
0.2 -- add/multiply -- left center right

If you want to move all sliders to the left by 0.2, then you would use value 0.2, mode add, and click left.

Or if you want to halve all sliders, you would use 0.5, mode multiply, and click left. (slider 0.1 -> 0.05, and 0.5 -> 0.25)
or to favor the right model, then choose right. (0.1 -> 0.55, 0.5 -> 0.75)

Hopefully the suggestion is not too confusing and you understand what I'm after.

@SirVeggie
Copy link
Author

Clarification for multiply:
Left: slider_value * multiply_value
Right: (1 - (1 - slider_value) * multiply_value)
Center: can be clarified later if the suggestion is reasonable

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