Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2005-04-04 08:50:41 +0400
committerDaniel Dunbar <daniel@zuster.org>2005-04-04 08:50:41 +0400
commit93c66febd7f1e632eaeafda3e07053bc4bcbdc24 (patch)
tree140f0718f601701e77ceab6fc97ef09946400287 /source/blender/blenlib/BLI_editVert.h
parent876d8ef7b5d76cafbbf8eea8ce69acd793f5daf6 (diff)
- removed DispListMesh.{editedge,editface}
- removed displistmesh_from_{mesh,editmesh} - removed EditVert.ssco - removed unused functions for DispListMesh DerivedMesh Still need lots more testing for this stuff.
Diffstat (limited to 'source/blender/blenlib/BLI_editVert.h')
-rw-r--r--source/blender/blenlib/BLI_editVert.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h
index ffc2a3b424e..54d2098ee1a 100644
--- a/source/blender/blenlib/BLI_editVert.h
+++ b/source/blender/blenlib/BLI_editVert.h
@@ -46,7 +46,6 @@ typedef struct EditVert
struct EditVert *next, *prev, *vn;
float no[3];
float co[3];
- float *ssco; /* subsurfed coordinate, dont use for temporal storage! it points to DispListMesh */
short xs, ys;
unsigned char f, h, f1, f2;
short fast; /* only 0 or 1, for editmesh_fastmalloc */