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/editmesh_mods.c')
-rw-r--r--source/blender/src/editmesh_mods.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editmesh_mods.c b/source/blender/src/editmesh_mods.c
index d5e34779173..c7a75b32df1 100644
--- a/source/blender/src/editmesh_mods.c
+++ b/source/blender/src/editmesh_mods.c
@@ -2307,7 +2307,7 @@ void selectconnected_mesh(void)
if(em->edges.first==0) return;
if( unified_findnearest(&eve, &eed, &efa)==0 ) {
- error("Nothing indicated ");
+ /* error("Nothing indicated "); */ /* this is mostly annoying, eps with occluded geometry */
return;
}
@@ -2407,7 +2407,7 @@ static void selectconnected_delimit_mesh__internal(short all, short sel)
EditFace *efa_mouse = findnearestface(&dist);
if( !efa_mouse ) {
- error("Nothing indicated ");
+ /* error("Nothing indicated "); */ /* this is mostly annoying, eps with occluded geometry */
return;
}