blender/source
Hans Goudey b0d68627a3 Fix: New sculpt brush factors broken with mask attribute
Caused by 6a5c14e58f90552b4c01 which still inverted the mask even though
it was being subtracted from the factor, effectively inverting it anyway.
Instead restore the previous logic which gathered the mask before
dealing with visibility. That's preferred because it can be replaced with
a `gather` when mask storage is inverted to be like selection, and
because the logic is a bit simpler. Also remove the clamping of the mask
since it generally shouldn't break sculpt code and because mask values
are clamped by editing tools already.
2024-06-18 21:06:38 -04:00
..
blender Fix: New sculpt brush factors broken with mask attribute 2024-06-18 21:06:38 -04:00
creator Merge branch 'blender-v4.2-release' 2024-06-17 19:39:13 +02:00
CMakeLists.txt Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00