Mesh API: rename 'octree' to 'spatial' since internally its using kdtree

This commit is contained in:
2014-03-13 01:46:21 +11:00
parent 5bceb00a61
commit 35ed7486c7
10 changed files with 28 additions and 28 deletions

View File

@@ -338,8 +338,8 @@ static bool ED_object_editmode_load_ex(Object *obedit, const bool freedata)
me->edit_btmesh = NULL;
}
if (obedit->restore_mode & OB_MODE_WEIGHT_PAINT) {
mesh_octree_table(NULL, NULL, NULL, 'e');
mesh_mirrtopo_table(NULL, 'e');
ED_mesh_mirror_spatial_table(NULL, NULL, NULL, 'e');
ED_mesh_mirror_topo_table(NULL, 'e');
}
}
else if (obedit->type == OB_ARMATURE) {