Blender Git Commit Log

Git Commits -> Revision 6b33daf

Revision 6b33daf by Jacques Lucke (master)
May 13, 2021, 11:06 (GMT)
Geometry Nodes: add mutex for node ui storage

Previously, multiple threads adding information to node ui storage
at the same time resulted in memory corruption. The lock prevents
that, but might potentially become a bottleneck in the future.
For now favour correctness over a potential performance bottleneck.

Commit Details:

Full Hash: 6b33dafb64f2e846eb4c7518a18f5cc011aed199
Parent Commit: 250a544
Lines Changed: +10, -0

2 Modified Paths:

/source/blender/blenkernel/BKE_node_ui_storage.hh (+8, -0) (Diff)
/source/blender/blenkernel/intern/node_ui_storage.cc (+2, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021