From 305c455ffe36161baeb9495942808ddb7ac486bb Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 8 May 2018 19:26:36 +0200 Subject: Cleanup: mesh_runtime naming - BKE_mesh_get_looptri_num -> BKE_mesh_runtime_looptri_len - BKE_mesh_runtime_recalc_looptri -> BKE_mesh_runtime_looptri_recalc - BKE_mesh_get_looptri_array -> BKE_mesh_runtime_looptri_ensure --- source/blender/makesdna/DNA_mesh_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_mesh_types.h') diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h index af81ac8423b..d90d5227e17 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -69,7 +69,7 @@ typedef struct EditMeshData { /** - * \warning Typical access is done via #BKE_mesh_get_looptri_array, #BKE_mesh_get_looptri_num. + * \warning Typical access is done via #BKE_mesh_runtime_looptri_ensure, #BKE_mesh_runtime_looptri_len. */ struct LooptrisData { /* WARNING! swapping between array (ready-to-be-used data) and array_wip (where data is actually computed) -- cgit v1.2.3