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:
Diffstat (limited to 'source/blender/makesdna/DNA_object_types.h')
-rw-r--r--source/blender/makesdna/DNA_object_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_object_types.h b/source/blender/makesdna/DNA_object_types.h
index 88461936bed..cf88d2591b2 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -321,8 +321,8 @@ typedef struct Object {
/** Current face map, note: index starts at 1. */
unsigned short actfmap;
char _pad2[2];
- /** Object color. */
- float col[4];
+ /** Object color (in most cases the material color is used for drawing). */
+ float color[4];
/** Softbody settings. */
short softflag;