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:
authorCampbell Barton <ideasman42@gmail.com>2012-04-11 15:52:21 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-04-11 15:52:21 +0400
commitc56b39b8ddda615d85bb6d2dcdcb9e3fa3dc483f (patch)
tree32f3451d34a7c536db2db9fc7e41cf0705e21db3 /source/blender/makesdna/DNA_mesh_types.h
parenta8226cbcb24b225670e0f30d79eb180c8b858b1e (diff)
write mesh selection history to the blend file. without this active edge/vert are lost on UNDO.
Diffstat (limited to 'source/blender/makesdna/DNA_mesh_types.h')
-rw-r--r--source/blender/makesdna/DNA_mesh_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_mesh_types.h b/source/blender/makesdna/DNA_mesh_types.h
index 1934ae8aa3a..5d55bb8a4db 100644
--- a/source/blender/makesdna/DNA_mesh_types.h
+++ b/source/blender/makesdna/DNA_mesh_types.h
@@ -67,6 +67,7 @@ typedef struct Mesh {
struct Ipo *ipo DNA_DEPRECATED; /* old animation system, deprecated for 2.5 */
struct Key *key;
struct Material **mat;
+ struct MSelect *mselect;
/* BMESH ONLY */
/*new face structures*/
@@ -91,7 +92,6 @@ typedef struct Mesh {
struct MCol *mcol;
struct MSticky *msticky;
struct Mesh *texcomesh;
- struct MSelect *mselect;
struct BMEditMesh *edit_btmesh; /* not saved in file! */