From 35ed7486c76f11b397d0ff131160f8629af3b49b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 13 Mar 2014 01:46:21 +1100 Subject: Mesh API: rename 'octree' to 'spatial' since internally its using kdtree --- source/blender/editors/include/ED_mesh.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/include/ED_mesh.h') diff --git a/source/blender/editors/include/ED_mesh.h b/source/blender/editors/include/ED_mesh.h index 2d7e558ae70..6c07e5eeec7 100644 --- a/source/blender/editors/include/ED_mesh.h +++ b/source/blender/editors/include/ED_mesh.h @@ -301,8 +301,8 @@ int join_mesh_exec(struct bContext *C, struct wmOperator *op); int join_mesh_shapes_exec(struct bContext *C, struct wmOperator *op); /* mirror lookup api */ -int mesh_octree_table(struct Object *ob, struct BMEditMesh *em, const float co[3], char mode); -int mesh_mirrtopo_table(struct Object *ob, char mode); +int ED_mesh_mirror_spatial_table(struct Object *ob, struct BMEditMesh *em, const float co[3], char mode); +int ED_mesh_mirror_topo_table(struct Object *ob, char mode); /* retrieves mirrored cache vert, or NULL if there isn't one. * note: calling this without ensuring the mirror cache state -- cgit v1.2.3