From 327802b86f6b4dd0614d67796cc8ef02f4363a9b Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 16 Sep 2022 11:12:31 +0200 Subject: DNA: Remove unnecessary studio light & light probe struct paddings --- source/blender/makesdna/DNA_lightprobe_types.h | 1 - source/blender/makesdna/DNA_userdef_types.h | 1 - 2 files changed, 2 deletions(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h index d6afaf33052..5b5bc4c7392 100644 --- a/source/blender/makesdna/DNA_lightprobe_types.h +++ b/source/blender/makesdna/DNA_lightprobe_types.h @@ -64,7 +64,6 @@ typedef struct LightProbe { /* Runtime display data */ float distfalloff, distgridinf; - char _pad[8]; } LightProbe; /* Probe->type */ diff --git a/source/blender/makesdna/DNA_userdef_types.h b/source/blender/makesdna/DNA_userdef_types.h index 39fb3690da4..ed4bea97aa0 100644 --- a/source/blender/makesdna/DNA_userdef_types.h +++ b/source/blender/makesdna/DNA_userdef_types.h @@ -581,7 +581,6 @@ typedef struct bUserAssetLibrary { typedef struct SolidLight { int flag; float smooth; - char _pad0[8]; float col[4], spec[4], vec[4]; } SolidLight; -- cgit v1.2.3