Eevee: LightProbes: Fix RNA defaults and remove unused data_draw_size

This commit is contained in:
2018-07-20 22:22:30 +02:00
parent eae9228a4d
commit 3005c2e2be
5 changed files with 18 additions and 17 deletions

View File

@@ -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;
}