This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Bastien Montagne 03bf84db86 Fix T66373: Strange translation text behaviour.
i18n code does not work from threads on some plaforms, so it is disabled
in Blender when called from non-main thread.

Means that we have to go to a slightly different approach, with dirty
tag and generating string on request for UI.

Note: Also had to update the `info` string size, to fit with expensive
asiatic scripts in utf-8... Using mem for that kind of runtime data is
not really nice, but for now it will have to do.
2019-08-13 15:37:11 +02:00
..
2019-08-12 01:10:43 +10:00
2019-08-07 03:34:59 +10:00
2019-08-02 12:05:13 +10:00
2019-08-12 01:10:43 +10:00
2019-08-12 01:10:43 +10:00
2019-08-01 14:02:41 +10:00