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
path: root/source
diff options
context:
space:
mode:
Diffstat (limited to 'source')
-rw-r--r--source/blender/src/editmesh_mods.c3
1 files changed, 3 insertions, 0 deletions
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 */