Blender Git Loki

Git Commits -> Revision f6c7da5

January 13, 2021, 10:32 (GMT)
Fix T84397: Creating and removing many objects very quickly causes a crash

The root of the issue was caused by the dependency graph using ID pointer
to map evaluated state from old depsgraph to new one upon relations update.
This was failing when IDs were re-allocated rapidly: was possible that
Object ID's evaluated state assigned to Mesh and vice versa.

Now depsgraph uses Session UUID to identify which IDs to restore evaluated
state to. The session UUID is stored in the IDNode, so that id_orig is not
dereferenced on depsgraph update since the ID might be freed.

The root of the issue is identified by Campbell, original patch was done
by Bastien, thanks! Also thanks to Oliver and Ray and everyone else for
testing!

Commit Details:

Full Hash: f6c7da575987a85e25571163a25dde659e1d56e0
Parent Commit: fa54bf4
Committed By: Jeroen Bakker
Lines Changed: +29, -24

4 Modified Paths:

/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+13, -21) (Diff)
/source/blender/depsgraph/intern/builder/deg_builder_nodes.h (+4, -2) (Diff)
/source/blender/depsgraph/intern/node/deg_node_id.cc (+1, -0) (Diff)
/source/blender/depsgraph/intern/node/deg_node_id.h (+11, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021