Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2684)

Unified Diff: source/blender/makesdna/DNA_object_types.h

Issue 5021044: Weight Paint (Radish Branch 2011) Base URL: https://svn.blender.org/svnroot/bf-blender/trunk/blender/
Patch Set: Created 12 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: source/blender/makesdna/DNA_object_types.h
===================================================================
--- source/blender/makesdna/DNA_object_types.h (revision 40192)
+++ source/blender/makesdna/DNA_object_types.h (working copy)
@@ -62,9 +62,14 @@
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
+/* bDeformGroup->flag */
+#define DG_LOCK_WEIGHT 1
+
/**
* The following illustrates the orientation of the
* bounding box in local space

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b