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>2021-02-25 08:33:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-02-25 08:33:55 +0300
commit94dc6ceaa78c360de9e3e9403b6f1fb73400aad0 (patch)
tree0ba679a1ce5dfd6304b2821565e26362e1127cc2 /source/blender/editors/metaball/editmball_undo.c
parentb073e59d4e0de2a22c0a15ded1df4d29c0fa7a8e (diff)
Cleanup: remove assert left in by accident, outdated comment
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;