diff --git a/source/blender/src/editmesh_mods.c b/source/blender/src/editmesh_mods.c index a69e3d3ca6e..767f9f5aa90 100644 --- a/source/blender/src/editmesh_mods.c +++ b/source/blender/src/editmesh_mods.c @@ -2664,6 +2664,9 @@ void righthandfaces(int select) /* makes faces righthand turning */ } efa= efa->next; } + + if (startvl==NULL) + startvl= em->faces.first; /* set first face correct: calc normal */