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>2019-10-24 11:06:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-10-24 11:36:23 +0300
commit5fa7d8643fb638de550590fbf606095e9a8ca583 (patch)
treeab8bb635a43c60c72af66ca03c9ee61da529a356 /source/blender/makesdna
parentbf3c382c47aed19511ac5d3e8773e28a8caebf25 (diff)
Cleanup: comment unused duplicate flags
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_userdef_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h
index b9f43c0e579..1e2d9286a07 100644
--- a/source/blender/makesdna/DNA_userdef_types.h
+++ b/source/blender/makesdna/DNA_userdef_types.h
@@ -1091,9 +1091,9 @@ typedef enum eDupli_ID_Flags {
USER_DUP_FONT = (1 << 3),
USER_DUP_MBALL = (1 << 4),
USER_DUP_LAMP = (1 << 5),
- USER_DUP_IPO = (1 << 6),
+ /* USER_DUP_FCURVE = (1 << 6), */ /* UNUSED, keep because we may implement. */
USER_DUP_MAT = (1 << 7),
- USER_DUP_TEX = (1 << 8),
+ /* USER_DUP_TEX = (1 << 8), */ /* UNUSED, keep because we may implement. */
USER_DUP_ARM = (1 << 9),
USER_DUP_ACT = (1 << 10),
USER_DUP_PSYS = (1 << 11),