Merge branch 'blender-v4.1-release'

This commit is contained in:
Philipp Oeser 2024-03-21 11:53:31 +01:00
commit 6db5cf09e0
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ struct PuffOperationExecutor {
*curves_, curve_selection_, curves_id_->flag & CV_SCULPT_COLLISION_ENABLED);
}
Array<float> curve_weights(curves_->curves_num());
Array<float> curve_weights(curves_->curves_num(), 0.0f);
if (falloff_shape == PAINT_FALLOFF_SHAPE_TUBE) {
this->find_curve_weights_projected_with_symmetry(curve_weights);