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:
authorGeoffrey Bantle <hairbat@yahoo.com>2006-02-14 01:49:46 +0300
committerGeoffrey Bantle <hairbat@yahoo.com>2006-02-14 01:49:46 +0300
commit1f21e2eea708ee73491b508c29b159ae170fe713 (patch)
treea4a3e84cb6c88a13c3848f7692e94734d9c1cf3c /source/blender/blenlib/BLI_editVert.h
parent9104862f48b0caf3131f583a382fcce3b4b7c289 (diff)
Modified Files:
source/blender/blenlib/BLI_editVert.h source/blender/include/BIF_editmesh.h source/blender/src/edit.c source/blender/src/editmesh.c source/blender/src/editmesh_lib.c source/blender/src/editmesh_mods.c source/blender/src/editmesh_tools.c source/blender/src/header_view3d.c Log: Commit of the 'upgraded merge tools' (Patch #3345) and 'inclusive selection mode conversion' (Patch #3768).
Diffstat (limited to 'source/blender/blenlib/BLI_editVert.h')
-rw-r--r--source/blender/blenlib/BLI_editVert.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_editVert.h b/source/blender/blenlib/BLI_editVert.h
index 315498bab4c..57fe08e5305 100644
--- a/source/blender/blenlib/BLI_editVert.h
+++ b/source/blender/blenlib/BLI_editVert.h
@@ -130,6 +130,9 @@ typedef struct EditMesh
EditEdge *alledges, *curedge;
EditFace *allfaces, *curface;
+ /*for improved merge code*/
+ EditVert *lastvert, *firstvert;
+
/* DerivedMesh caches... note that derived cage can be equivalent
* to derived final, care should be taken on release.
*/