Blender Git Commit Log
Git Commits -> Revision 2be1d8b
Revision 2be1d8b by Bastien Montagne (master) September 13, 2018, 09:20 (GMT) |
Tentative fix for T56770: Crash after set language to Simplified Chinese. That bug probably did not affect 2.7x, only 2.8 with COW copying IDs in threads... But root of the issue is that underlying boost i18n lib does not support well multi-threaded access. So simply forbid any translation from non-main thread. This *may* be an annoying limit at some point, but doubt it will be any issue currently. |
Commit Details:
Full Hash: 2be1d8bbafc8a3cedd4d2699ded260215bb07da2
Parent Commit: a6fc718
Lines Changed: +5, -4
1 Modified Path:
/source/blender/blentranslation/intern/blt_translation.c (+5, -4) (Diff)