From a16e5b8efa8be09362d5e56812221db4705b0e26 Mon Sep 17 00:00:00 2001 From: Sebastian Parborg Date: Thu, 27 Sep 2018 15:54:10 +0200 Subject: Cleanup: remove unused DerivedMesh code. Differential Revision: https://developer.blender.org/D3736 --- source/blender/makesdna/DNA_meshdata_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h index 7d79242016f..0b24c1cfb67 100644 --- a/source/blender/makesdna/DNA_meshdata_types.h +++ b/source/blender/makesdna/DNA_meshdata_types.h @@ -95,7 +95,7 @@ typedef struct MLoop { * There is no attempt to maintain this data's validity over time, any changes to the underlying mesh * invalidate the #MLoopTri array, which will need to be re-calculated. * - * Users normally access this via #DerivedMesh.getLoopTriArray. + * Users normally access this via #BKE_mesh_runtime_looptri_ensure. * In rare cases its calculated directly, with #BKE_mesh_recalc_looptri. * * Typical usage includes: -- cgit v1.2.3