Title case naming for operators

This commit is contained in:
Andrej730
2023-04-05 16:53:32 +05:00
parent 32f21c8ea0
commit 397617550e
21 changed files with 50 additions and 50 deletions
@@ -320,7 +320,7 @@ def import_ifc(filename, use_names, process_relations, blender_booleans):
class ImportIFC(bpy.types.Operator, ImportHelper):
bl_idname = "import_scene.ifc"
bl_label = "Import .ifc file"
bl_label = "Import .ifc File"
filename_ext = ".ifc"
filter_glob: StringProperty(default="*.ifc", options={"HIDDEN"})