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:
authorChris Want <cwant@ualberta.ca>2005-12-30 02:26:48 +0300
committerChris Want <cwant@ualberta.ca>2005-12-30 02:26:48 +0300
commit10d67f254c6ed61b395402294b91ffb3389c41a8 (patch)
tree307c47168593acb4f0f8c85fcd5dffbde3f344c7 /source/blender/blenlib/BLI_editVert.h
parenteec7b460fcc71d31e90ae96ac56fe8986ac95483 (diff)
With the royal blessing of guitarGeek, I commit the sharp/flat mesh
editmode selection tools. The documentation can (currently) be found here: http://mediawiki.blender.org/index.php/Requests/SharpFlatSelect
Diffstat (limited to 'source/blender/blenlib/BLI_editVert.h')
-rw-r--r--source/blender/blenlib/BLI_editVert.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h
index 5e393570e94..a11e1ebfeff 100644
--- a/source/blender/blenlib/BLI_editVert.h
+++ b/source/blender/blenlib/BLI_editVert.h
@@ -66,6 +66,7 @@ typedef struct HashEdge {
typedef struct EditEdge
{
struct EditEdge *next, *prev;
+ /* Note: vn is for general purpose temporary storage */
struct EditVert *v1, *v2, *vn;
short f1, f2; /* short, f1 is (ab)used in subdiv */
unsigned char f, h, dir, seam;