Blender Git Loki

Git Commits -> Revision 3fd4c88

Revision 3fd4c88 by Clément Foucault (master)
January 28, 2020, 15:39 (GMT)
Fix T72593 Blender crashes when modifier change the material count

Instead of changing the modifiers behavior, we make sure to always use
the data->totcol instead of the ob->totcol. Also we centralize getting
this number to avoid future issues.

Fix T72593 Blender crashes when separating mesh
Fix T72017 Crash on set visibility change

Commit Details:

Full Hash: 3fd4c88e3a2e9d99d45a0856fcc339e013c0a79a
Parent Commit: fd0bc7e
Lines Changed: +51, -8

9 Modified Paths:

/source/blender/draw/engines/eevee/eevee_materials.c (+1, -1) (Diff)
/source/blender/draw/engines/workbench/workbench_deferred.c (+2, -2) (Diff)
/source/blender/draw/engines/workbench/workbench_forward.c (+2, -2) (Diff)
/source/blender/draw/intern/draw_cache.c (+19, -0) (Diff)
/source/blender/draw/intern/draw_cache.h (+1, -2) (Diff)
/source/blender/draw/intern/draw_cache_impl.h (+7, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+6, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl_mesh.c (+5, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl_metaball.c (+8, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021