From 7206254d920b6949cdb2c1c4a4f1c152f1472777 Mon Sep 17 00:00:00 2001 From: YimingWu Date: Wed, 4 Sep 2019 14:26:00 +0800 Subject: LANPR: Remove "ignore_lanpr" in edge split modifier. --- source/blender/makesdna/DNA_modifier_types.h | 2 -- source/blender/makesdna/DNA_scene_types.h | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'source/blender/makesdna') 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; -- cgit v1.2.3