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:
authorCampbell Barton <ideasman42@gmail.com>2020-01-08 14:20:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-01-08 14:35:26 +0300
commit07a959067d5a3c05fcbd65105525d6e139be5c5f (patch)
tree3ec5a8fa93681482ba8014dd6ab98d8a1e7198d4 /source/blender/draw/intern/draw_cache_extract.h
parent010c551257d5e54eb4ca58116b745ca21a09c379 (diff)
Fix T72667: Collection delete hierarchy in edit-mode crashes
Also resolves T72848, although updating multiple windows doesn't work, this matches 2.7x behavior.
Diffstat (limited to 'source/blender/draw/intern/draw_cache_extract.h')
-rw-r--r--source/blender/draw/intern/draw_cache_extract.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/draw/intern/draw_cache_extract.h b/source/blender/draw/intern/draw_cache_extract.h
index 8c3777a9b1b..2d10199782b 100644
--- a/source/blender/draw/intern/draw_cache_extract.h
+++ b/source/blender/draw/intern/draw_cache_extract.h
@@ -253,6 +253,7 @@ typedef struct MeshBatchCache {
void mesh_buffer_cache_create_requested(MeshBatchCache *cache,
MeshBufferCache mbc,
Mesh *me,
+ const bool is_editmode,
const float obmat[4][4],
const bool do_final,
const bool do_uvedit,