Fix #116188: hair puff works incorrect with symmetry
Originally caused by1b19f62917. Solution is the same asff7b8f3412Only this time it does the same thing `Sphere` falloff (whereasff7b8f3412fixed it for `Projected` falloff) Pull Request: https://projects.blender.org/blender/blender/pulls/117987
This commit is contained in:
committed by
Philipp Oeser
parent
83dbbf9aec
commit
98bf7a8d7a
@@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user