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>2017-07-25 22:21:38 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-07-26 01:34:09 +0300
commitdee19b8cb7c6287d183a833ea9e360be67631455 (patch)
treec092e23a9c4196c2a78ba8bdfc95d606a125a7d8 /source/blender/makesdna/DNA_object_types.h
parent3b84a0b3d29d3e7d4ac4eb8d46d04f35489d36f3 (diff)
FaceMaps: add select flag
For use by manipulators since they don't have their own persistent data in the blend file.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 160f7f7feff..5c3c3ac7a0b 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -70,6 +70,8 @@ typedef struct bDeformGroup {
typedef struct bFaceMap {
struct bFaceMap *next, *prev;
char name[64]; /* MAX_VGROUP_NAME */
+ char flag;
+ char pad[7];
} bFaceMap;
/* Object Runtime display data */