Skip to content

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

@m0kka

Description

@m0kka

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions