Files
test/source/blender/modifiers/intern
Falk David d8c5f9a8ba Fix: GPv3: Build modifier maximum gap not working
The "Maximum Gap" setting for the "Natural Drawing Speed"
mode was not working.
This was because the code used `math::max` to try and clamp the value
to a maximum when it should have used `math::min`.
This fixes this issue.
2024-05-28 12:27:36 +02:00
..
2024-03-06 16:14:34 +01:00
2024-01-29 16:49:16 +01:00
2024-03-29 21:42:30 +01:00