blender/source
Pablo Dobarro 4c3ad047e7 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
2020-09-10 18:47:13 +02:00
..
blender Fix T79754: Boundary Brush crashing with symmetry enabled 2020-09-10 18:47:13 +02:00
creator Docs: Fix typo in creator args formatting 2020-09-03 20:41:25 -04:00
tools@896c5f7895 Audaspace: port compilation fix from upstream. 2020-09-01 18:12:48 +02:00
CMakeLists.txt Clang-Tidy: Allow use with GCC but warn about possible failure 2020-07-03 10:58:24 +02:00