From aedf456938bf5611d8e1668599884ff3d957c643 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sat, 20 Mar 2004 22:55:42 +0000 Subject: - split the data structures that actually constitute a mesh (MVert,MFace,etc) off into DNA_meshdata_types.h, to isolate areas of source that actually edit mesh *data* vs. areas that just edit mesh object information. --- source/blender/python/api2_2x/NMesh.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/api2_2x/NMesh.h') diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h index 8ec3378febd..499f9428700 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -42,6 +42,7 @@ #endif #include "DNA_mesh_types.h" +#include "DNA_meshdata_types.h" #include "DNA_key_types.h" #include "DNA_listBase.h" #include "DNA_object_types.h" -- cgit v1.2.3