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:
authorBrecht Van Lommel <brecht@blender.org>2021-04-19 23:37:39 +0300
committerBrecht Van Lommel <brecht@blender.org>2021-04-19 23:39:36 +0300
commit0566ebdebeeb658300e6c45b805075ada9c02c0a (patch)
tree656d4004b376d4286cff9c45b2ab609553f061b5 /source/blender/depsgraph/intern/depsgraph_tag.cc
parentcedd8b8c56b944ffdabadc4339d2d1e5c6651dd6 (diff)
Fix crash with Alembic export after recent persistent data bugfix
We weren't clearing the recalc flags for that case.
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_tag.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_tag.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_tag.cc b/source/blender/depsgraph/intern/depsgraph_tag.cc
index 608ec6292f6..b0a8e5d36e6 100644
--- a/source/blender/depsgraph/intern/depsgraph_tag.cc
+++ b/source/blender/depsgraph/intern/depsgraph_tag.cc
@@ -842,8 +842,6 @@ void DEG_editors_update(Depsgraph *depsgraph, bool time)
update_ctx.scene = scene;
update_ctx.view_layer = view_layer;
deg::deg_editors_scene_update(&update_ctx, updated);
-
- DEG_ids_clear_recalc(depsgraph, false);
}
static void deg_graph_clear_id_recalc_flags(ID *id)