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:10:34 +0300
committerClément Foucault <foucault.clem@gmail.com>2017-06-15 01:57:16 +0300
commitcac851a00e0b654e9cc3ab9c4226e5cfab5f5f3d (patch)
tree519972b4c811d4efe6993bf2c41d43a97b7c5a0f /source/blender/blenkernel/intern/lightprobe.c
parent810464e5f721a14bc3b6e3071f63a93f2ff68043 (diff)
Eevee: Probes: Add data display for cubemaps.
Diffstat (limited to 'source/blender/blenkernel/intern/lightprobe.c')
-rw-r--r--source/blender/blenkernel/intern/lightprobe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenkernel/intern/lightprobe.c b/source/blender/blenkernel/intern/lightprobe.c
index 51fd2504da2..97e1ff2733e 100644
--- a/source/blender/blenkernel/intern/lightprobe.c
+++ b/source/blender/blenkernel/intern/lightprobe.c
@@ -50,6 +50,7 @@ void BKE_lightprobe_init(LightProbe *probe)
probe->falloff = 0.2f;
probe->clipsta = 1.0f;
probe->clipend = 40.0f;
+ probe->data_draw_size = 1.0f;
}
void *BKE_lightprobe_add(Main *bmain, const char *name)