[Solved] Particle System curve viewport min/max limits bug

Hey guys, is it a bug or a feature?

I am trying to modify the curve of Velocity over Lifetime module in Particle Editor.
Typing 50 in Y seems not to affect curve values, - the end-point of the curve still at the very top, and its value is 1.0

This means that my maximum allowed velocity will not be above 1.0 which is quite sad ))
Increasing “Start Speed” in particle system won’t fix the issue, because it gets clamped by “Velocity over Lifetime”, not multiplied :confused:

Have a look, I’ve circled 3 places:

Solved it, - it’s a feature ))

Basically, the value is merely a %
If I click on an endpoint of some other curve, it will have its own max-limit value, which is separate from the previous curve’s max-limit