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/draw/modes
parenteae9228a4d6b359d082324dd2b0f39116754bf8b (diff)
Eevee: LightProbes: Fix RNA defaults and remove unused data_draw_size
Diffstat (limited to 'source/blender/draw/modes')
-rw-r--r--source/blender/draw/modes/object_mode.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/draw/modes/object_mode.c b/source/blender/draw/modes/object_mode.c
index dc499987c8a..9e9785f5e5c 100644
--- a/source/blender/draw/modes/object_mode.c
+++ b/source/blender/draw/modes/object_mode.c
@@ -1906,9 +1906,9 @@ static void DRW_shgroup_lightprobe(OBJECT_StorageList *stl, OBJECT_PassList *psl
DRW_shgroup_call_procedural_points_add(grp, prb_data->cell_count, NULL);
}
else if (prb->type == LIGHTPROBE_TYPE_CUBE) {
- prb_data->draw_size = prb->data_draw_size * 0.1f;
- unit_m4(prb_data->probe_cube_mat);
- copy_v3_v3(prb_data->probe_cube_mat[3], ob->obmat[3]);
+ // prb_data->draw_size = prb->data_draw_size * 0.1f;
+ // unit_m4(prb_data->probe_cube_mat);
+ // copy_v3_v3(prb_data->probe_cube_mat[3], ob->obmat[3]);
DRWShadingGroup *grp = shgroup_theme_id_to_probe_cube_outline_shgrp(stl, theme_id);
/* TODO remove or change the drawing of the cube probes. Theses line draws nothing on purpose