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