Blender Git Commit Log
Git Commits -> Revision bd4e86a
August 10, 2021, 01:35 (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: bd4e86ae20715a44ae237275175ae7e929a7e1ed
Parent Commit: a84f20f
Committed By: YimingWu
Lines Changed: +3, -0
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt.c (+3, -0) (Diff)