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-15 01:23:37 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-15 01:57:16 +0300
commitf5203e6cba27d8b0ed132fabe7c13866167000f0 (patch)
tree9ae3bc3ebf7c257e2576f208e77f6a31fa4647fa /source/blender/makesdna/DNA_lightprobe_types.h
parent634dbfa2edb1f43d29051c696a3ccc645887407f (diff)
Probe: Fix display of the Influence of grid probes.
Diffstat (limited to 'source/blender/makesdna/DNA_lightprobe_types.h')
-rw-r--r--source/blender/makesdna/DNA_lightprobe_types.h3
1 files changed, 2 insertions, 1 deletions
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 */