Page MenuHome

Matyáš Sojka (sojkamat)
User

Projects

User does not belong to any projects.

User Details

User Since
Jan 29 2021, 1:59 PM (106 w, 3 h)

Recent Activity

Feb 9 2021

Matyáš Sojka (sojkamat) added a comment to D2282: Add kerning support for 3DText.

Hey, I am working on a bachelor thesis - using Blender plugin to create a 3D presentation. I tried to use your code to fix the kerning, beceuase it is obviously important for a presentation, but I don't seem be able to make it work...
I'm using Blender 2.93.0, when I tried to compile it after the changes, in the file font.c the compiler couldnt find the function freePackedFile(vfont->data->assoc_data), so I used BKE_packedfile_free(vfont->data->assoc_data) and the compilation went fine, but the kerning was still not supported after runnig the compiled version.
Do you have any tips on how to make it work? Or do you have any info, if automatic kerning support will be added to Blender any time soon? Or perhaps do you have a binary, where the kerning is supported?
Thanks for any tips or comments :)

Feb 9 2021, 7:04 PM · BF Blender