Blender Git Commit Log
Git Commits -> Revision 4c3ad04
Revision 4c3ad04 by Pablo Dobarro (master) September 10, 2020, 16:47 (GMT) |
Fix T79754: Boundary Brush crashing with symmetry enabled When creating the boundaries for the symmetry passess, it could happen that a symmetrical vertex is not found inside the radius of the brush. In that case, the function to initialize a new boundary was called with index -1 (BOUNDARY_VERTEX_NONE), so this function should also check that the initial vertex that is going to be used to find the boundary is a valid index. Reviewed By: sergey Maniphest Tasks: T79754 Differential Revision: https://developer.blender.org/D8860 |
Commit Details:
Full Hash: 4c3ad047e72f2ded33cd4aebf3402d2bbba66178
Parent Commit: 51befa4
Lines Changed: +4, -0
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt_boundary.c (+4, -0) (Diff)