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/booleanops.c')
-rw-r--r--source/blender/src/booleanops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/src/booleanops.c b/source/blender/src/booleanops.c
index 8a0326ccc02..2640a19ebf1 100644
--- a/source/blender/src/booleanops.c
+++ b/source/blender/src/booleanops.c
@@ -273,7 +273,7 @@ static Object *AddNewBlenderMesh(Base *base)
basen->flag &= ~SELECT;
// Initialize the mesh data associated with this object.
- ob_new->data= add_mesh();
+ ob_new->data= add_mesh("Mesh");
G.totmesh++;
// Finally assign the object type.