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>2010-01-18 18:33:43 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-01-18 18:33:43 +0300
commit8cf6b390e3888c77265b9b34740fb52599a96d7f (patch)
tree8fca8e95e48653ece5cd63bc55a1eb825c2caa3e /source/blender/makesdna/DNA_object_types.h
parent9ae90efc8e87bf646e356f0f0d0e40b536798207 (diff)
fix for weight painting bug, weight painting would fail when entering weight pait mode in some cases.
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index dbb7294f108..09b8ac01a45 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -196,7 +196,7 @@ typedef struct Object {
float bbsize[3];
short index; /* custom index, for renderpasses */
- unsigned short actdef; /* current deformation group */
+ unsigned short actdef; /* current deformation group, note: index starts at 1 */
float col[4]; /* object color, adjusted via IPO's only */
/**
* Settings for game objects