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.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/src/booleanops.c b/source/blender/src/booleanops.c
index 644813c0e01..bd706dd592b 100644
--- a/source/blender/src/booleanops.c
+++ b/source/blender/src/booleanops.c
@@ -544,9 +544,6 @@ NewBooleanMesh(
&vd_o,
inv_mat
);
-
- // initialize the object
- tex_space_mesh(me_new);
// free up the memory
@@ -785,7 +782,7 @@ ConvertCSGDescriptorsToMeshObject(
me->totface = face_it->num_elements;
mesh_calculate_vertex_normals(me);
-
+
// thats it!
if (user_face_vertex_data) {
MEM_freeN(user_face_vertex_data);