more explanation
This commit is contained in:
parent
33dac5eae1
commit
a681245093
1 changed files with 3 additions and 1 deletions
|
@ -1139,7 +1139,9 @@ class ABC3D_OT_PlaceText(bpy.types.Operator):
|
|||
|
||||
|
||||
class ABC3D_OT_ToggleABC3DCollection(bpy.types.Operator):
|
||||
"""Toggle ABC3D Collection"""
|
||||
"""Toggle ABC3D Collection.
|
||||
|
||||
This will show the Fonts and Glyphs currently loaded by ABC3D. Useful for font creation, debugging and inspection."""
|
||||
|
||||
bl_idname = f"{__name__}.toggle_abc3d_collection"
|
||||
bl_label = "Toggle Collection visibility"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue