mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Title case naming for operators
This commit is contained in:
@@ -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"})
|
||||
|
||||
Reference in New Issue
Block a user