Blender Git Loki
Git Commits -> Revision 7a7f294
Revision 7a7f294 by Jeroen Bakker (master) November 4, 2020, 13:08 (GMT) |
Fix T81775: Object Disappears During Texture Painting Issue was that the `tris_per_mat` are not created when the first batch is drawn during select operator and then is not created when needed by the workbench pass since they are not tracked by mesh_buffer_cache_create_requested. This change will create the `tris_per_mat` just in case they are needed later. Solution by Cl�ment Foucault Differential Revision: https://developer.blender.org/D9430 |
Commit Details:
Full Hash: 7a7f2949406764a17cfcb77345dbec7989c13e37
Parent Commit: 27648ed
Lines Changed: +8, -4
1 Modified Path:
/source/blender/draw/intern/draw_cache_extract_mesh.c (+8, -4) (Diff)