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>2015-07-10 09:47:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-10 09:47:39 +0300
commita8b8d60c50280026d58e06e6ec8cdb73cced97e0 (patch)
tree805c3f2cb592c1b6b89382fc3c985bf778b9c257 /source/blender/makesdna/DNA_object_types.h
parenta7ed374459afb77c86201cbef1c09ea622bd44cc (diff)
CustomData: deprecate CD_ID_MCOL
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 60547ab522a..0a454d4f281 100644
--- a/source/blender/makesdna/DNA_object_types.h
+++ b/source/blender/makesdna/DNA_object_types.h
@@ -382,9 +382,9 @@ enum {
PARTYPE = (1 << 4) - 1,
PAROBJECT = 0,
#ifdef DNA_DEPRECATED
- PARCURVE = 1,
+ PARCURVE = 1, /* Deprecated. */
#endif
- // PARKEY = 2, /* UNUSED */
+ PARKEY = 2, /* XXX Unused, deprecated? */
PARSKEL = 4,
PARVERT1 = 5,