Bug fix #2413
Usage of uninitialezed pointer in 'extrude edges only' could crash.
This commit is contained in:
@@ -586,6 +586,7 @@ short extrudeflag_edges_indiv(short flag, float *nor)
|
|||||||
EditFace *efa;
|
EditFace *efa;
|
||||||
|
|
||||||
for(eve= em->verts.first; eve; eve= eve->next) eve->vn= NULL;
|
for(eve= em->verts.first; eve; eve= eve->next) eve->vn= NULL;
|
||||||
|
for(eed= em->edges.first; eed; eed= eed->next) eed->vn= NULL;
|
||||||
|
|
||||||
set_edge_directions();
|
set_edge_directions();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user