Block a user
Sculpt: Automask topology option affecting outside vertices
Fix #129135: Automasking topology doesn't work with certain brushes
Fix: Replace MEM_freeN with MEM_delete for paired MEM_new in blurkernel
Yeah, this change needs to be applied to 4.3.
@c-s, can you rebase the branch to blender-v4.3-release
and change the target of this PR to that branch as well?
Fix #129135: Automasking topology doesn't work with certain brushes
Sculpt: Automask topology option affecting outside vertices
@PratikPB2123 Found the bad commit: 915be63b016f0f71a52615c9acf31947df71b68e
Crease Sharp Brush move topology when draw back toward view
Artifacts appear all the way back to 2.83
Fix #129085: Face set from Masked operator doesnt work with Multires
Sean Kim
created branch fix-face-set-masked-multires-129085 in Sean-Kim/blender
2024-10-17 04:41:22 +02:00
Sean Kim
pushed to fix-face-set-masked-multires-129085 at Sean-Kim/blender
2024-10-17 04:41:22 +02:00
cce3d2fd93
Fix #129085: Face set from Masked operator doesnt work with Multires
active_vertex
handling in SculptSession
Cleanup: Use C++ data-structures in bmesh_intersect.cc
Instead of dealing with the LinkBase
code for both this and face_edges
, do you think it's worth switching this to Vector
at this point in time since this is already updating other types? From a quick glance at the code, we only ever modify the collection by appending.
Fix #129116: Texture Paint Line stroke preview does not show up
I'm not actually sure why this was working prior to the bisected commit. The commit didn't introduce this property for this tool, so in theory this should have been broken for a long time, unless…
Fix #129116: Texture Paint Line stroke preview does not show up