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:
authorClément Foucault <foucault.clem@gmail.com>2017-06-14 20:35:31 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-15 01:55:45 +0300
commit99ff1bb21aaf3be13d08badf4e253efd1d0ae407 (patch)
treed5c63e9229ba2ded1fe2ff029b16b0db41e045d1 /source/blender/makesdna/DNA_lightprobe_types.h
parent0ca2f5affde8cb8ce7fe4e93ae27063c7c577933 (diff)
Probe: fix clip distances showing only for one probe.
Diffstat (limited to 'source/blender/makesdna/DNA_lightprobe_types.h')
-rw-r--r--source/blender/makesdna/DNA_lightprobe_types.h1
1 files changed, 0 insertions, 1 deletions
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 */