forked from bartvdbraak/blender
fix [#31354] Segfault with "Extrude Individual Faces and Move"
This commit is contained in:
parent
98ba7dfecf
commit
a314b70930
@ -616,7 +616,7 @@ static int edbm_extrude_faces_exec(bContext *C, wmOperator *op)
|
||||
|
||||
edbm_extrude_face_indiv(em, op, BM_ELEM_SELECT, nor);
|
||||
|
||||
WM_event_add_notifier(C, NC_GEOM | ND_SELECT, obedit);
|
||||
EDBM_update_generic(C, em, TRUE);
|
||||
|
||||
return OPERATOR_FINISHED;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user