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

Change Request: Allow float inputs on nodes to accept values > 1000,0 #13

Open
m0kka opened this issue Nov 5, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@m0kka
Copy link

m0kka commented Nov 5, 2023

Right now, the inputs for floats do not seem to accept numbers larger than 1000.0. It would be nice, if inputs could accept numbers greater than 1000, since some model-cfg animations (eg. for RPM indicators) may require maxValues of 3000 and above.

A workaround for now is using Basic Math nodes to get the desired number (since the mathematically derived values do not get capped at 1000.0).

  1. Attempting to input a float > 1000.0

  2. Value gets limited to 1000.0 after pressing Enter

  3. Workaround to get values > 1000.0

  4. Math node returns correct value according to Inspector

MrClock8163 added a commit that referenced this issue Nov 10, 2023
@MrClock8163 MrClock8163 added the enhancement New feature or request label Nov 10, 2023
@MrClock8163
Copy link
Owner

Increased the input limit on the Float Input node and float sockets in general.

@m0kka
Copy link
Author

m0kka commented Nov 10, 2023

Perfection, much appreciated
The next vehicle I import (in the distant year 2054) will benefit greatly from this

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

No branches or pull requests

2 participants