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
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/src/edit.c')
-rw-r--r--source/blender/src/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/edit.c b/source/blender/src/edit.c
index 914ddffb528..576b9c665d4 100644
--- a/source/blender/src/edit.c
+++ b/source/blender/src/edit.c
@@ -612,7 +612,7 @@ void countall()
if(efa->f & SELECT) G.totfacesel++;
}
- /*add code to strip editselections*/
+ EM_validate_selections();
}
else if (G.obedit->type==OB_ARMATURE){
for (ebo=G.edbo.first;ebo;ebo=ebo->next){