Blender Git Commit Log
Git Commits -> Revision df56312
Revision df56312 by Sergey Sharybin (master) December 29, 2013, 10:44 (GMT) |
Fix T37980: Multiple font objects sharing an external font gives problems Solved by adding RW lock to BKE_vfont_to_curve. So now all the threads are allowed to read chars from ghash, but they'll be locked as soon as one thread would need to load more chars from font to the ghash. |
Commit Details:
Full Hash: df5631216a923a0ee18552f6abefbff18c414ae5
Parent Commit: 57e8c58
Lines Changed: +16, -1