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:
authorDaniel Genrich <daniel.genrich@gmx.net>2008-09-03 20:10:20 +0400
committerDaniel Genrich <daniel.genrich@gmx.net>2008-09-03 20:10:20 +0400
commit11ec880483db70f81c501b87f2b416412d33bb2e (patch)
tree20ea4dcfb19d3c6f9a1a94eb013fb9971a5729f9
parenta9ffeb8cada3f6e6a5dc4b89faaa5e477a178352 (diff)
Clean up merging conflict
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index bfff91637bb..6b2f4ed96b2 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -35,11 +35,8 @@ typedef enum ModifierType {
eModifierType_Cloth,
eModifierType_Collision,
eModifierType_Bevel,
-<<<<<<< .working
eModifierType_Fluidsim,
-=======
eModifierType_Shrinkwrap,
->>>>>>> .merge-rechts.r16222
NUM_MODIFIER_TYPES
} ModifierType;
@@ -496,7 +493,6 @@ typedef struct ExplodeModifierData {
float protect;
} ExplodeModifierData;
-<<<<<<< .working
typedef struct FluidsimModifierData {
ModifierData modifier;
@@ -504,7 +500,6 @@ typedef struct FluidsimModifierData {
struct PointCache *point_cache; /* definition is in DNA_object_force.h */
} FluidsimModifierData;
-=======
typedef struct ShrinkwrapModifierData {
ModifierData modifier;
@@ -546,5 +541,4 @@ typedef struct ShrinkwrapModifierData {
#define MOD_SHRINKWRAP_PROJECT_OVER_Z_AXIS (1<<2)
#define MOD_SHRINKWRAP_PROJECT_OVER_NORMAL 0 /* projection over normal is used if no axis is selected */
->>>>>>> .merge-rechts.r16222
#endif