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>2012-03-02 03:59:34 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-03-02 03:59:34 +0400
commit979a80e74398dd68f013b8ca1f18b2653a4f6338 (patch)
treea7051b7a1a5db8844d3a44636aa8bae704a16eca /source/blender/bmesh/intern/bmesh_mesh.h
parentc26f5035b66d3be3f4996625b79ba9dd58c1d27e (diff)
minor edits to last commit - use fixed chunksize, rather than the number of verts/edges/faces in bm_mempool_init().
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_mesh.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh.h b/source/blender/bmesh/intern/bmesh_mesh.h
index ea80696a855..d045cd8be90 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.h
+++ b/source/blender/bmesh/intern/bmesh_mesh.h
@@ -53,5 +53,6 @@ typedef struct BMAllocTemplate {
} BMAllocTemplate;
extern BMAllocTemplate bm_mesh_allocsize_default;
+extern BMAllocTemplate bm_mesh_chunksize_default;
#endif /* __BMESH_MESH_H__ */