Fix #119715: Curve sculpt puff brush causes hairs to move erratically #119730

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:119715 into blender-v4.1-release 2024-03-21 11:52:42 +01:00

1 Commits

Author SHA1 Message Date
Philipp Oeser ed43183f87 Fix #119715: Curve sculpt puff brush causes hairs to move erratically
Caused by 98bf7a8d7a / ff7b8f3412

Since 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.
2024-03-21 09:18:47 +01:00