Blender Git Commit Log
Git Commits -> Revision 4dd6c9a
Revision 4dd6c9a by Pablo Dobarro (master) August 5, 2021, 18:08 (GMT) |
Fix T90236: Sculpt automasking failing when the stroke does not start over the mesh The active geometry element are usually updated by the cursor drawing code (as they are needed for the cursor preview) and when an sculpt operator starts. For brushes, this was not happening. This was making brushes rely by default on the last cursor drawing update, which can be incorrect if the mouse moved after starting the stroke without hovering the active geometry. Reviewed By: JacquesLucke Maniphest Tasks: T90236 Differential Revision: https://developer.blender.org/D12045 |
Commit Details:
Full Hash: 4dd6c9ad450f773a4bfaaad2d54feee815399ce4
Parent Commit: 6844f7b
Lines Changed: +3, -0
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+3, -0) (Diff)