Files
test/source
Falk David 5beff80118 Fix: Grease Pencil: Undefined truncation behavior in legacy conversion
The `double inittime` attribute on strokes is truncated to a `uint32_t`
range. This wasn't done explicitly and the code only did a cast.

The `double` should be clamped to a legal `uint32_t` value before
casting it.

Pull Request: https://projects.blender.org/blender/blender/pulls/131625
2024-12-17 18:45:47 +01:00
..