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-10-15 09:14:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-15 09:14:05 +0300
commit27389362a48a7d79df7c7f6df46760f27d421e6f (patch)
tree937c5820ee0ca1c9def9afab685b2aa878e066eb /source/blender/blenkernel/BKE_DerivedMesh.h
parent0941d9932352f5070d209ac7398bf5494c55a869 (diff)
Mesh: remove DerivedMesh for boundbox calculation
Fixes edit-mesh not having a boundbox calculated for it.
Diffstat (limited to 'source/blender/blenkernel/BKE_DerivedMesh.h')
-rw-r--r--source/blender/blenkernel/BKE_DerivedMesh.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/blenkernel/BKE_DerivedMesh.h b/source/blender/blenkernel/BKE_DerivedMesh.h
index 3fea07162a0..4c43dd1e6d3 100644
--- a/source/blender/blenkernel/BKE_DerivedMesh.h
+++ b/source/blender/blenkernel/BKE_DerivedMesh.h
@@ -564,9 +564,6 @@ void DM_calc_loop_tangents(
void DM_calc_auto_bump_scale(DerivedMesh *dm);
-/** Set object's bounding box based on DerivedMesh min/max data */
-void DM_set_object_boundbox(struct Object *ob, DerivedMesh *dm);
-
void DM_init_origspace(DerivedMesh *dm);
/* debug only */