From 9206a1eba69136c928dc72144862d31bb00e6b11 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 28 Mar 2004 08:46:35 +0000 Subject: - replaced G.{edve,eded,edvl} with G.editMesh, atm just a structure to hold the three lists, nothing major, but gives a place to hang data off of and a single "mesh" structure to pass around for editing functions. --- source/blender/blenlib/BLI_editVert.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'source/blender/blenlib/BLI_editVert.h') diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h index cae08f8041f..a8e2123c6df 100644 --- a/source/blender/blenlib/BLI_editVert.h +++ b/source/blender/blenlib/BLI_editVert.h @@ -73,5 +73,10 @@ typedef struct EditVlak unsigned char f, f1; } EditVlak; +typedef struct EditMesh +{ + ListBase verts, edges, faces; +} EditMesh; + #endif -- cgit v1.2.3