mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Remove unnecessary IFC operators
This commit is contained in:
@@ -1724,7 +1724,7 @@ class SelectAllSheets(bpy.types.Operator):
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
class OpenSheet(bpy.types.Operator, tool.Ifc.Operator):
|
||||
class OpenSheet(bpy.types.Operator):
|
||||
bl_idname = "bim.open_sheet"
|
||||
bl_label = "Open Sheet"
|
||||
bl_description = (
|
||||
|
||||
@@ -426,7 +426,7 @@ class EnableEditingZone(bpy.types.Operator):
|
||||
return {"FINISHED"}
|
||||
|
||||
|
||||
class DisableEditingZone(bpy.types.Operator, tool.Ifc.Operator):
|
||||
class DisableEditingZone(bpy.types.Operator):
|
||||
bl_idname = "bim.disable_editing_zone"
|
||||
bl_label = "Disable Editing Zone"
|
||||
bl_options = {"REGISTER", "UNDO"}
|
||||
|
||||
Reference in New Issue
Block a user