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
path: root/source
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2011-11-13 17:04:46 +0400
committerThomas Dinges <blender@dingto.org>2011-11-13 17:04:46 +0400
commit2414abae0662c3aa80f4910a48b544900ec42930 (patch)
treea80f1722b7910090216ba61279cb3e4df73c6c65 /source
parent4ad04566750d7c5e69374e85b03793e508683a2e (diff)
Ocean Modifer:
* Reuse the placeholder "eModifierType_EmptySlot" for the new Ocean modifier. WARNING: DO NOT use Ocean modifier in trunk with a revision below this commit! Files won't load then!!
Diffstat (limited to 'source')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index aec984cda34..185ef8cbef8 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -73,9 +73,8 @@ typedef enum ModifierType {
eModifierType_WeightVGEdit,
eModifierType_WeightVGMix,
eModifierType_WeightVGProximity,
- eModifierType_EmptySlot, /* keep so DynamicPaint keep loading, can re-use later */
- eModifierType_DynamicPaint, /* reserve slot */
eModifierType_Ocean,
+ eModifierType_DynamicPaint,
NUM_MODIFIER_TYPES
} ModifierType;