From 8e97a2955b2f99ec61189cb972c09676a013a60b Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Mon, 6 Nov 2006 01:08:26 +0000 Subject: Merged Google Summer of Code sculptmode/multires/retopo tools. From the tracker: https://projects.blender.org/tracker/index.php?func=detail&aid=5018&group_id=9&atid=127 --- source/blender/blenlib/BLI_editVert.h | 4 ++++ 1 file changed, 4 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 7b3515c5135..0592f04f05d 100644 --- a/source/blender/blenlib/BLI_editVert.h +++ b/source/blender/blenlib/BLI_editVert.h @@ -41,6 +41,7 @@ #include "DNA_mesh_types.h" struct DerivedMesh; +struct RetopoPaintData; /* note; changing this also might affect the undo copy in editmesh.c */ typedef struct EditVert @@ -163,6 +164,9 @@ typedef struct EditMesh */ struct DerivedMesh *derivedCage, *derivedFinal; + char retopo_mode; /* 0=OFF, 1=ON, 2=PAINT */ + struct RetopoPaintData *retopo_paint_data; + #ifdef WITH_VERSE void *vnode; #endif -- cgit v1.2.3