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-12-17 01:12:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-17 01:12:03 +0300
commit11e4eafd9b08b5844860b92a5c8723aab8e77e1a (patch)
tree6aeb5561b6169764524a5531039e0f60909bd111 /source/blender/makesdna
parent831b85efb2f83927e41b938f49ae4d2d5f42d720 (diff)
Cleanup: compiler warnings
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 020325b49f7..4da5f050dc7 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -62,7 +62,9 @@ typedef enum ModifierType {
eModifierType_SimpleDeform = 28,
eModifierType_Multires = 29,
eModifierType_Surface = 30,
+#ifdef DNA_DEPRECATED
eModifierType_Smoke = 31,
+#endif
eModifierType_ShapeKey = 32,
eModifierType_Solidify = 33,
eModifierType_Screw = 34,