Caused by98bf7a8d7a/ff7b8f3412Since the `curve_weights` array was created uninitialized, and the above commits were doing `math::max_inplace` on the uninitialized data, this could end up with garbage values. Now initialize the array properly to prevent this. Pull Request: https://projects.blender.org/blender/blender/pulls/119730