From e4683fd6cb5a7817fe402332184e66d4c8f1245b Mon Sep 17 00:00:00 2001 From: Dealga McArdle Date: Sat, 11 Sep 2021 10:57:22 +0200 Subject: [PATCH] Blender devs renamed BFont to BFont Regular --- nodes/viz/viewer_typography.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodes/viz/viewer_typography.py b/nodes/viz/viewer_typography.py index 8b3cead1c..affd9d722 100644 --- a/nodes/viz/viewer_typography.py +++ b/nodes/viz/viewer_typography.py @@ -38,7 +38,7 @@ mode_options_y = enum_from_list('TOP_BASELINE', 'TOP', 'CENTER', 'BOTTOM') def get_font(node): fonts = bpy.data.fonts - default = fonts.get('Bfont') + default = fonts.get('Bfont Regular') if node.font_pointer: return node.font_pointer -- GitLab