Humm this file doesn't seem to crash on me. Tried 4.2.1 and latest 4.3, with GPU subdiv both on/off.
@PratikPB2123 could you reproduce this crash?
Looks like the interface font for blender can correctly handle multi-face font on the interface just fine Noto Sans CJK Regular.woff2
. Need to dig into the mechanism of this cause if I switch to…
@ideasman42 do we intend to have a font variant support in the future on this?
Do we have variant selection when selected font for interface? Doesn't appear so... Maybe I could make that an option as well (without fallback I guess, that part of logic is pretty complex 😅).
clip.delete_track
shortcut in dopesheet view
I see. I don't think we need to exclude these files since Freetype2 handles them just fine. So let me see if I can make a fix.
I think what I see here is similar to what you have... I think this might be due to font have multiple variants in one file, but not sure.
@Harley Ring any bells?
![image](/attachments/7dd756…
@PratikPB2123 I guess so... What are you doing differently for this?
cls.bl_rna
after unregister_class().
Do we have a use case where you have to access bl_rna
after unregistering a class? Feels like it could be a erroneous script but yeah I guess blender should not crash this way 😓
Fixed with 2ee223b77408c1aeefcaac3085b0c2ff22fd9e5c . Closing.
Ah I think I understood now. It's that you are unable to delete tracks in Movie Clip Editor > Dope Sheet
but fine in the clip preview region right? Then I can confirm it.
Looks like it's just…
@PratikPB2123 eh so as far as I understood the patch is good as is?
Hi! Mac should give you a popup window about the crash where you can see the log. If you follow instructions [in the link](https://docs.blender.org/manual/en/latest/troubleshooting/crash.html#macos…