From ad7bb8e42c385f6777e14649bd238de2348ad31b Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 22 Mar 2020 12:09:48 +1100 Subject: Cleanup: spelling, correct Mesh.mface docs --- source/blender/makesdna/DNA_mesh_types.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (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 3c05755159d..d8acf5bc493 100644 --- a/source/blender/makesdna/DNA_mesh_types.h +++ b/source/blender/makesdna/DNA_mesh_types.h @@ -134,9 +134,13 @@ typedef struct Mesh { struct MLoopCol *mloopcol; /* END BMESH ONLY */ - /* mface stores the tessellation (triangulation) of the mesh, - * real faces are now stored in nface.*/ - /** Array of mesh object mode faces for tessellation. */ + /** + * Legacy face storage (quads & tries only), + * faces are now stored in #Mesh.mpoly & #Mesh.mloop arrays. + * + * \note This would be marked deprecated however the particles still use this at run-time + * for placing particles on the mesh (something which should be eventually upgraded). + */ struct MFace *mface; /** Store tessellation face UV's and texture here. */ struct MTFace *mtface; -- cgit v1.2.3