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
path: root/intern
diff options
context:
space:
mode:
authorJacques Lucke <jacques@blender.org>2022-07-25 12:14:42 +0300
committerJacques Lucke <jacques@blender.org>2022-07-25 12:14:42 +0300
commitcacdea7f4a5b49d4b2ea2190373c822974aad163 (patch)
tree2ef3c0594e789e11af4caa82d20b97053628bf18 /intern
parent44258b5ad0737140d7d1026cc540e3f94ea05566 (diff)
Fix: crash when accessing attributes from multiple threads
Calling two non-const methods on a `MutableAttributeAccessor` at the same time in multiple threads is not safe. While I don't know what caused the crash here exactly, I do know that it happens while looking up the attribute for writing, which may modify the unterlying geometry. I couldn't reproduce the bug with a debug build or without threading.
Diffstat (limited to 'intern')
0 files changed, 0 insertions, 0 deletions