From 0566ebdebeeb658300e6c45b805075ada9c02c0a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 19 Apr 2021 22:37:39 +0200 Subject: Fix crash with Alembic export after recent persistent data bugfix We weren't clearing the recalc flags for that case. --- source/blender/depsgraph/DEG_depsgraph.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/blender/depsgraph/DEG_depsgraph.h') diff --git a/source/blender/depsgraph/DEG_depsgraph.h b/source/blender/depsgraph/DEG_depsgraph.h index 134e71ecb6a..740124f6113 100644 --- a/source/blender/depsgraph/DEG_depsgraph.h +++ b/source/blender/depsgraph/DEG_depsgraph.h @@ -143,8 +143,7 @@ void DEG_id_type_tag(struct Main *bmain, short id_type); * for viewport depsgraphs, but not render or export depsgraph for example. */ void DEG_enable_editors_update(struct Depsgraph *depsgraph); -/* Check if something was changed in the database and inform editors about this, - * then clear recalc flags. */ +/* Check if something was changed in the database and inform editors about this. */ void DEG_editors_update(struct Depsgraph *depsgraph, bool time); /* Clear recalc flags after editors or renderers have handled updates. */ -- cgit v1.2.3