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:
authorJason Hays <jason_hays22@mymail.eku.edu>2011-05-27 23:13:54 +0400
committerJason Hays <jason_hays22@mymail.eku.edu>2011-05-27 23:13:54 +0400
commit3cde378fead4b176e1fe3ef3cecfa8c2add2ddf3 (patch)
treed4d2cb513ce6ea9140ed7dff4203ba420b66e329 /source/blender/makesdna/DNA_object_types.h
parentee9445041f54816fdab2bef93e46276808a10e44 (diff)
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 54a885a0860..6938e3bc311 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -62,6 +62,8 @@ struct bGPdata;
typedef struct bDeformGroup {
struct bDeformGroup *next, *prev;
char name[32];
+ /* Jason was here: need this flag for locking weights */
+ char flag, pad[7];
} bDeformGroup;
#define MAX_VGROUP_NAME 32