better infix explanation

This commit is contained in:
themancalledjakob 2024-08-04 13:31:06 +02:00
parent 9e910239ac
commit 3ecd3177c1

View file

@ -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,
)