From 8da29921baccb4898cd986072d72b2ecdc295a11 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Thu, 14 Jul 2005 21:57:18 +0000 Subject: - added mesh_get_texspace (should be used instead of direct access) which calculates texspace on demand if need be. - removed almost all calls to tex_space_mesh There may be a few corner cases where this goes wrong (meshes with vertex keys) but these should get ironed out by coming modifier system. --- source/blender/src/booleanops.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/src/booleanops.c') 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); -- cgit v1.2.3