Merge branch 'blender-v4.2-release'

This commit is contained in:
Miguel Pozo
2024-06-25 15:57:11 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -1208,6 +1208,7 @@ def extensions_panel_draw_impl(
col = box.column()
row = col.row()
row.active = is_enabled
# The full tagline may be multiple lines (not yet supported by Blender's UI).
row.label(text=" {:s}.".format(item.tagline), translate=False)