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:
authormano-wii <germano.costa@ig.com.br>2018-11-19 15:28:31 +0300
committermano-wii <germano.costa@ig.com.br>2018-11-19 15:28:31 +0300
commit51711fdcaa48e37e1d6cf3dfb27d8d234786bd1b (patch)
treec293147d9e26d11cfe71bc01723c624f03e25c75 /source/blender/blenkernel/BKE_displist.h
parent3f59bdc1bd0a380d464896e982204ba48c50e3b1 (diff)
Revert "BKE object: Correct bound box of bezier curve objects not matching the object viewed."
This reverts commit 24677cf77bbd97827bb5789bc1e4d883732a59da.
Diffstat (limited to 'source/blender/blenkernel/BKE_displist.h')
-rw-r--r--source/blender/blenkernel/BKE_displist.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_displist.h b/source/blender/blenkernel/BKE_displist.h
index b7e0e28d9f0..02c86642b11 100644
--- a/source/blender/blenkernel/BKE_displist.h
+++ b/source/blender/blenkernel/BKE_displist.h
@@ -108,6 +108,5 @@ void BKE_displist_fill(struct ListBase *dispbase, struct ListBase *to, const flo
float BKE_displist_calc_taper(struct Depsgraph *depsgraph, struct Scene *scene, struct Object *taperobj, int cur, int tot);
void BKE_displist_minmax(struct ListBase *dispbase, float min[3], float max[3]);
-struct BoundBox *BKE_displist_boundbox_get(struct Object *ob);
#endif