Files
test2/source
Sean Kim fa2514aeab Fix: Plane brush sculpt normal can be invalid with symmetry enabled
Instead of skipping `update_sculpt_normal` entirely, we should avoid
doing the extra sampled calculation when we know we have a valid plane
normal.

This better aligns with future refactors to avoid both caclulating and
setting values inside `calc_brush_plane`.

Pull Request: https://projects.blender.org/blender/blender/pulls/137689
2025-04-18 06:54:05 +02:00
..