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:
authorYimingWu <xp8110@outlook.com>2019-09-04 09:26:00 +0300
committerYimingWu <xp8110@outlook.com>2019-09-04 09:27:22 +0300
commit7206254d920b6949cdb2c1c4a4f1c152f1472777 (patch)
tree68b2a0c21de51f48937295a5557ab5c6dda9ec4d /source/blender/makesdna
parentb8cb26eff9ad5a0ef402ca1954f41d0777784f6a (diff)
LANPR: Remove "ignore_lanpr" in edge split modifier.
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;