Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley>2022-11-09 11:27:59 +0300
committerSergey Sharybin <sergey@blender.org>2022-11-09 11:41:57 +0300
commit19202736d51679e3669e75e53780e6aeb4924303 (patch)
treebaf07be5feb30fa126af2044c4cb82b5d5f11cb7 /source/blender/bmesh/bmesh.h
parente86b5230ca997b0c955c0114bc94d5d6f7a58614 (diff)
Fix T99872: Crash Loading Embedded Fonts - 3.3blender-v3.3-release
Ensure kerning cache exists when loading embedded fonts --- When loading embedded fonts from memory the font->kerning_cache is not created and so we get a crash if the font does support kerning. This was not caught because the loading of packed fonts was not actually doing anything in VSE until {523bc981cfee}. We have since consolidated `blf_font_new` and `blf_font_new_from_mem` into a single function so that they cannot get out of sync like this any more. So this fix is specific to Blender 3.3. But we can add this as a candidate for corrective release 3.2.3 Reviewed By: brecht Maniphest Tasks: T99872 Differential Revision: https://developer.blender.org/D15704
Diffstat (limited to 'source/blender/bmesh/bmesh.h')
0 files changed, 0 insertions, 0 deletions