From 3ecd3177c17971082ccda80de267b41fcae391c9 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 4 Aug 2024 13:31:06 +0200 Subject: [PATCH] better infix explanation --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index 6857c1c..d19dfc6 100644 --- a/__init__.py +++ b/__init__.py @@ -118,7 +118,7 @@ class FONT3D_settings(bpy.types.PropertyGroup): subtype="FILE_PATH") import_infix: bpy.props.StringProperty( name="Font name import infix", - description="The infix which all font objects to import have", + description="The infix which all font objects to import have. obj name: 'A_NM_Origin_Tender' -> infix: '_NM_Origin_Tender'", default="_NM_", maxlen=1024, )