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:
authorMiika Hamalainen <blender@miikah.org>2011-09-20 21:30:54 +0400
committerMiika Hamalainen <blender@miikah.org>2011-09-20 21:30:54 +0400
commitbc788a3607eda1889c7f0fe2201116826a9394ee (patch)
treea44c8c41d4ef7d79fc8cba44d9f0847c96721cb1 /source/blender/makesdna
parent3449c0270a622150987e2a5fd6cffab703d1179e (diff)
Reserved modifier enum for Dynamic Paint to not break save files again.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index ed060d58123..e9e78ab25d3 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -75,6 +75,7 @@ typedef enum ModifierType {
eModifierType_WeightVGMix,
eModifierType_WeightVGProximity,
eModifierType_NavMesh,
+ eModifierType_DynamicPaint, /* reserve slot */
NUM_MODIFIER_TYPES
} ModifierType;