From 99ff1bb21aaf3be13d08badf4e253efd1d0ae407 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Foucault?= Date: Wed, 14 Jun 2017 19:35:31 +0200 Subject: Probe: fix clip distances showing only for one probe. --- source/blender/makesdna/DNA_lightprobe_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source/blender/makesdna') diff --git a/source/blender/makesdna/DNA_lightprobe_types.h b/source/blender/makesdna/DNA_lightprobe_types.h index b66ea443570..f5dd22f86ed 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, pad; - float clipmat[6][4][4]; } LightProbe; /* Probe->type */ -- cgit v1.2.3