[Bf-blender-cvs] [a1e91fbef3d] master: BLF: Remove space_userpref.py font_kerning_style

Harley Acheson noreply at git.blender.org
Sun Aug 22 18:27:02 CEST 2021


Commit: a1e91fbef3dc9a5d5c8456cd9a887aac1bdb652c
Author: Harley Acheson
Date:   Sun Aug 22 09:26:06 2021 -0700
Branches: master
https://developer.blender.org/rBa1e91fbef3dc9a5d5c8456cd9a887aac1bdb652c

BLF: Remove space_userpref.py font_kerning_style

Remove `font_kerning_style` from `space_userpref.py` since this is no
longer valid.

See more details in D12276

Differential Revision: https://developer.blender.org/D12276

Reviewed by Campbell Barton

===================================================================

M	release/scripts/startup/bl_ui/space_userpref.py

===================================================================

diff --git a/release/scripts/startup/bl_ui/space_userpref.py b/release/scripts/startup/bl_ui/space_userpref.py
index 003f2f223ea..708701c4804 100644
--- a/release/scripts/startup/bl_ui/space_userpref.py
+++ b/release/scripts/startup/bl_ui/space_userpref.py
@@ -997,7 +997,6 @@ class USERPREF_PT_theme_text_style(ThemePanel, CenterAlignMixIn, Panel):
         flow = layout.grid_flow(row_major=False, columns=0, even_columns=True, even_rows=False, align=True)
 
         col = flow.column()
-        col.row().prop(font_style, "font_kerning_style", expand=True)
         col.prop(font_style, "points")
 
         col = flow.column(align=True)



More information about the Bf-blender-cvs mailing list