mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
remove ExportIFCBase as it's unused
This commit is contained in:
@@ -1290,7 +1290,7 @@ class SelectLinkHandle(bpy.types.Operator):
|
|||||||
return {"FINISHED"}
|
return {"FINISHED"}
|
||||||
|
|
||||||
|
|
||||||
class ExportIFCBase:
|
class ExportIFC(bpy.types.Operator):
|
||||||
bl_idname = "bim.save_project"
|
bl_idname = "bim.save_project"
|
||||||
bl_label = "Save IFC"
|
bl_label = "Save IFC"
|
||||||
bl_options = {"REGISTER", "UNDO"}
|
bl_options = {"REGISTER", "UNDO"}
|
||||||
@@ -1412,10 +1412,6 @@ class ExportIFCBase:
|
|||||||
return "Save the IFC file. Will save both .IFC/.BLEND files if synced together"
|
return "Save the IFC file. Will save both .IFC/.BLEND files if synced together"
|
||||||
|
|
||||||
|
|
||||||
class ExportIFC(ExportIFCBase, bpy.types.Operator):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
class LoadLinkedProject(bpy.types.Operator):
|
class LoadLinkedProject(bpy.types.Operator):
|
||||||
bl_idname = "bim.load_linked_project"
|
bl_idname = "bim.load_linked_project"
|
||||||
bl_label = "Load a project for viewing only."
|
bl_label = "Load a project for viewing only."
|
||||||
|
|||||||
Reference in New Issue
Block a user