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:
Diffstat (limited to 'source/blender/editors/metaball/editmball_undo.c')
-rw-r--r--source/blender/editors/metaball/editmball_undo.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/blender/editors/metaball/editmball_undo.c b/source/blender/editors/metaball/editmball_undo.c
index 170d25e5a16..457c5330595 100644
--- a/source/blender/editors/metaball/editmball_undo.c
+++ b/source/blender/editors/metaball/editmball_undo.c
@@ -224,9 +224,6 @@ static void mball_undosys_step_decode(struct bContext *C,
CTX_data_scene(C), CTX_data_view_layer(C), us->elems[0].obedit_ref.ptr, us_p->name, &LOG);
/* Check after setting active. */
-
- BLI_assert(BKE_object_is_in_editmode(us->elems[0].obedit_ref.ptr));
-
BLI_assert(mball_undosys_poll(C));
bmain->is_memfile_undo_flush_needed = true;