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>2018-11-27 06:18:33 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-11-27 06:18:44 +0300
commit030830be9a11459502d467ea974baa079d83c52d (patch)
treebc0c1488dec1df63787ab67cde95cab7ea14cbfa /source/blender/bmesh/intern/bmesh_mesh.h
parent6fcaa5de06168c2e9581acaf99c99db1d6e3462d (diff)
Revert "Fix texture space not updating in edit mode."
This reverts commit 3a038db576e97c0e720a92af05a218ed71ed121a. Caused CoW crash switching from edit to sculpt mode.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_mesh.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_mesh.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mesh.h b/source/blender/bmesh/intern/bmesh_mesh.h
index 5497bc7aee9..dfd76c6b89f 100644
--- a/source/blender/bmesh/intern/bmesh_mesh.h
+++ b/source/blender/bmesh/intern/bmesh_mesh.h
@@ -132,8 +132,6 @@ void BM_mesh_rebuild(
BMesh *bm, const struct BMeshCreateParams *params,
struct BLI_mempool *vpool, struct BLI_mempool *epool, struct BLI_mempool *lpool, struct BLI_mempool *fpool);
-bool BM_mesh_minmax(BMesh *bm, float r_min[3], float r_max[3]);
-
typedef struct BMAllocTemplate {
int totvert, totedge, totloop, totface;
} BMAllocTemplate;