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/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 0c2169072d3..fd45eb52a60 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1372,19 +1372,11 @@ typedef struct SceneDisplay {
float light_direction[3]; /* light direction for shadows/highlight */
float shadow_shift;
- int matcap_icon;
- int matcap_type;
- float matcap_rotation;
- float matcap_hue;
- float matcap_saturation;
- float matcap_value;
+ /* Settings for Cavity Shader */
float matcap_ssao_distance;
float matcap_ssao_attenuation;
- float matcap_ssao_factor_cavity;
- float matcap_ssao_factor_edge;
- float matcap_hair_brightness_randomness;
int matcap_ssao_samples;
-
+ int pad;
} SceneDisplay;
typedef struct SceneEEVEE {
@@ -1704,7 +1696,6 @@ enum {
/* sequencer seq_prev_type seq_rend_type */
/* RenderData.engine (scene.c) */
-extern const char *RE_engine_id_BLENDER_CLAY;
extern const char *RE_engine_id_BLENDER_EEVEE;
extern const char *RE_engine_id_BLENDER_WORKBENCH;
extern const char *RE_engine_id_CYCLES;