From f5203e6cba27d8b0ed132fabe7c13866167000f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Thu, 15 Jun 2017 00:23:37 +0200 Subject: Probe: Fix display of the Influence of grid probes. --- source/blender/makesdna/DNA_lightprobe_types.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_lightprobe_types.h') diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h index b6e2f0cecfe..779528dd3d8 100644 --- a/source/blender/makesdna/DNA_lightprobe_types.h +++ b/source/blender/makesdna/DNA_lightprobe_types.h @@ -65,7 +65,8 @@ typedef struct LightProbe { float data_draw_size; /* Runtime display data */ - float distfalloff; + float distfalloff, distgridinf; + float pad; } LightProbe; /* Probe->type */ -- cgit v1.2.3