Merge branch 'blender-v2.83-release'
This commit is contained in:
@@ -225,7 +225,7 @@ static void edgetag_add_adjacent(HeapSimple *heap,
|
|||||||
|
|
||||||
/* unlike vert/face, stepping faces disables scanning connected edges
|
/* unlike vert/face, stepping faces disables scanning connected edges
|
||||||
* and only steps over faces (selecting a ring of edges instead of a loop) */
|
* and only steps over faces (selecting a ring of edges instead of a loop) */
|
||||||
if (params->use_step_face == false) {
|
if (params->use_step_face == false || e_a->l == NULL) {
|
||||||
BMIter viter;
|
BMIter viter;
|
||||||
BMVert *v;
|
BMVert *v;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user