You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Using the input menu for a long time, I noticed its potential right from the start. If the values were sent and received dynamically, we would have a great option for enhancing scripts.
For example:
With a slider, we could dynamically change the value of the wheel axis in a vehicle.
By selecting the icon type using "multiselect" and the color using "color," we could see live how the chosen, colored icon would look.
Describe the solution you'd like
option in Input menu:
dynamic:? boolean
The text was updated successfully, but these errors were encountered:
Input dialog isn't meant to be a dynamic input menu, it was always envisioned as a static form where you can do whatever you want with the values after submitting
Input dialog isn't meant to be a dynamic input menu, it was always envisioned as a static form where you can do whatever you want with the values after submitting
I believe that making it semi-dynamic unlocks it’s hidden potential. At this moment, only ui part of lib we can use dynamic is Menu, or radial menu. I doesn’t count context as it’s required to reregister it.
But yes, if input shouldn’t really be partially dynamic, then i suggest of adding new lib ui part which would work like connection of Lib.menu and lib.input :D
Is your feature request related to a problem? Please describe.
Using the input menu for a long time, I noticed its potential right from the start. If the values were sent and received dynamically, we would have a great option for enhancing scripts.
For example:
Describe the solution you'd like
option in Input menu:
dynamic:? boolean
The text was updated successfully, but these errors were encountered: