Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Dobarro <pablodp606@gmail.com>2020-09-10 00:09:21 +0300
committerPablo Dobarro <pablodp606@gmail.com>2020-09-10 19:47:13 +0300
commit4c3ad047e72f2ded33cd4aebf3402d2bbba66178 (patch)
tree4454688e2e98d5d7c190c9f30ecb6fa38c61016f /intern/clog
parent51befa4108128a7bacf7a201046cf7ede999833a (diff)
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
Diffstat (limited to 'intern/clog')
0 files changed, 0 insertions, 0 deletions