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:
authorSergey Sharybin <sergey@blender.org>2021-01-12 19:12:27 +0300
committerSergey Sharybin <sergey@blender.org>2021-01-12 19:16:48 +0300
commitabbc43e4e419c44e6d0134aec051d543a0944b3e (patch)
tree61539e0cdfecc9f638d7b910ef57263d8b7b9582 /source/blender/blenloader
parent957e292c5864cba3cf62c7c59dc644422660034f (diff)
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!
Diffstat (limited to 'source/blender/blenloader')
0 files changed, 0 insertions, 0 deletions