better infix explanation
This commit is contained in:
parent
9e910239ac
commit
3ecd3177c1
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ class FONT3D_settings(bpy.types.PropertyGroup):
|
||||||
subtype="FILE_PATH")
|
subtype="FILE_PATH")
|
||||||
import_infix: bpy.props.StringProperty(
|
import_infix: bpy.props.StringProperty(
|
||||||
name="Font name import infix",
|
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_",
|
default="_NM_",
|
||||||
maxlen=1024,
|
maxlen=1024,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue