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:
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_modifier_types.h2
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
2 files changed, 1 insertions, 4 deletions
diff --git a/source/blender/makesdna/DNA_modifier_types.h b/source/blender/makesdna/DNA_modifier_types.h
index 13b0d3b35e9..86d01fd7f54 100644
--- a/source/blender/makesdna/DNA_modifier_types.h
+++ b/source/blender/makesdna/DNA_modifier_types.h
@@ -351,8 +351,6 @@ typedef struct EdgeSplitModifierData {
/** Angle above which edges should be split. */
float split_angle;
int flags;
- int ignore_lanpr;
- char _pad[4];
} EdgeSplitModifierData;
/* EdgeSplitModifierData->flags */
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 1a13d7e150f..89555458f8f 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1701,9 +1701,8 @@ typedef struct SceneLANPR {
float depth_alpha_influence;
float depth_alpha_curve;
- int disable_edge_splits;
-
int gpu_cache_size; /* enum! */
+ int _pad;
int enable_chain_connection;