Fix #116188: hair puff works incorrect with symmetry #117987

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:116188_b into blender-v4.1-release 2024-02-08 14:48:53 +01:00
1 changed files with 1 additions and 1 deletions

View File

@ -260,7 +260,7 @@ struct PuffOperationExecutor {
brush_, dist_to_brush_cu, brush_radius_cu);
math::max_inplace(max_weight, radius_falloff);
}
r_curve_weights[curve_i] = max_weight;
math::max_inplace(r_curve_weights[curve_i], max_weight);
});
}