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:
authorCampbell Barton <ideasman42@gmail.com>2013-05-12 19:24:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-05-12 19:24:02 +0400
commit6c28e1d76ad78fb3baa567f8543fa2462983a70e (patch)
treea6e5c8e60b90ab6c0213ceca5795927ace7f5c61 /source/blender/editors
parent97d2439077339ac0e7c55a1b904591e561fef167 (diff)
fix for crash with new bridge method used with invalid edge-loops.
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 227eb29453e..65e31b2093b 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -3795,8 +3795,8 @@ void MESH_OT_bridge_edge_loops(wmOperatorType *ot)
};
/* identifiers */
- ot->name = "Bridge Two Edge Loops";
- ot->description = "Make faces between two edge loops";
+ ot->name = "Bridge Edge Loops";
+ ot->description = "Make faces between two or more edge loops";
ot->idname = "MESH_OT_bridge_edge_loops";
/* api callbacks */