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>2018-07-20 23:22:30 +0300
committerClément Foucault <foucault.clem@gmail.com>2018-07-20 23:22:30 +0300
commit3005c2e2be3d0711649e4dd10697fc43ca88f50f (patch)
treecd26997e22dc341a9cc105f07a0d9dbf018b14f5 /source/blender/blenkernel/intern/lightprobe.c
parenteae9228a4d6b359d082324dd2b0f39116754bf8b (diff)
Eevee: LightProbes: Fix RNA defaults and remove unused data_draw_size
Diffstat (limited to 'source/blender/blenkernel/intern/lightprobe.c')
-rw-r--r--source/blender/blenkernel/intern/lightprobe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/lightprobe.c b/source/blender/blenkernel/intern/lightprobe.c
index 057b6aaaf65..baf0cdbe62f 100644
--- a/source/blender/blenkernel/intern/lightprobe.c
+++ b/source/blender/blenkernel/intern/lightprobe.c
@@ -53,7 +53,6 @@ void BKE_lightprobe_init(LightProbe *probe)
probe->vis_bias = 1.0f;
probe->vis_blur = 0.2f;
probe->intensity = 1.0f;
- probe->data_draw_size = 1.0f;
probe->flag = LIGHTPROBE_FLAG_SHOW_INFLUENCE | LIGHTPROBE_FLAG_SHOW_DATA;
}